summaryrefslogtreecommitdiffstats
path: root/parts/tools/tools_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/tools/tools_part.h')
-rw-r--r--parts/tools/tools_part.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/parts/tools/tools_part.h b/parts/tools/tools_part.h
index 20af2ea8..4eeaf0e1 100644
--- a/parts/tools/tools_part.h
+++ b/parts/tools/tools_part.h
@@ -3,13 +3,13 @@
*/
-#ifndef __KDEVPART_TOOLS_H__
-#define __KDEVPART_TOOLS_H__
+#ifndef __TDEVPART_TOOLS_H__
+#define __TDEVPART_TOOLS_H__
#include <tqguardedptr.h>
-#include <kdevplugin.h>
-#include <kdevgenericfactory.h>
+#include <tdevplugin.h>
+#include <tdevgenericfactory.h>
class TQPopupMenu;
@@ -20,7 +20,7 @@ class ConfigWidgetProxy;
class ToolsWidget;
-class ToolsPart : public KDevPlugin
+class ToolsPart : public TDevPlugin
{
Q_OBJECT
@@ -51,6 +51,6 @@ private:
ConfigWidgetProxy * m_configProxy;
};
-typedef KDevGenericFactory<ToolsPart> ToolsFactory;
+typedef TDevGenericFactory<ToolsPart> ToolsFactory;
#endif