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