summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/subversion_part.h
diff options
context:
space:
mode:
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* );