summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/subversion_part.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
commit6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch)
treeab69e390f7962b7e7dda1a3a64f035c61c751cf4 /vcs/subversion/subversion_part.h
parentaba2788b428dc53243407902e9ccbb20b97a69fd (diff)
downloadtdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz
tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'vcs/subversion/subversion_part.h')
-rw-r--r--vcs/subversion/subversion_part.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcs/subversion/subversion_part.h b/vcs/subversion/subversion_part.h
index 9296152a..1847567d 100644
--- a/vcs/subversion/subversion_part.h
+++ b/vcs/subversion/subversion_part.h
@@ -16,16 +16,16 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
-#ifndef __TDEVPART_SUBVERSION_H__
-#define __TDEVPART_SUBVERSION_H__
+#ifndef __KDEVPART_SUBVERSION_H__
+#define __KDEVPART_SUBVERSION_H__
#include <tqguardedptr.h>
-#include <tdevplugin.h>
+#include <kdevplugin.h>
#include <kurl.h>
#include <tqpopupmenu.h>
#include <kdialogbase.h>
-#include "tdevversioncontrol.h"
+#include "kdevversioncontrol.h"
class subversionCore;
class subversionOptionsWidget;
@@ -36,7 +36,7 @@ namespace SvnGlobal
class SvnInfoHolder;
};
-class subversionPart : public TDevVersionControl
+class subversionPart : public KDevVersionControl
{
Q_OBJECT
@@ -49,7 +49,7 @@ public:
TQWidget* newProjectWidget( TQWidget* parent );
void createNewProject( const TQString& dirname );
bool fetchFromRepository();
- TDevVCSFileInfoProvider * fileInfoProvider() const;
+ KDevVCSFileInfoProvider * fileInfoProvider() const;
bool urlFocusedDocument( KURL &url );
void restorePartialProjectSession(const TQDomElement* );
void savePartialProjectSession(TQDomElement* );