summaryrefslogtreecommitdiffstats
path: root/parts/ctags2/ctags2_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/ctags2/ctags2_part.h')
-rw-r--r--parts/ctags2/ctags2_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/ctags2/ctags2_part.h b/parts/ctags2/ctags2_part.h
index 93af5f7f..ca33e801 100644
--- a/parts/ctags2/ctags2_part.h
+++ b/parts/ctags2/ctags2_part.h
@@ -9,13 +9,13 @@
* *
***************************************************************************/
-#ifndef __KDEVPART_CTAGS2_H__
-#define __KDEVPART_CTAGS2_H__
+#ifndef __TDEVPART_CTAGS2_H__
+#define __TDEVPART_CTAGS2_H__
#include <tqguardedptr.h>
#include <tqstring.h>
-#include <kdevplugin.h>
+#include <tdevplugin.h>
#include "tags.h"
class TQPopupMenu;
@@ -26,7 +26,7 @@ class CTags2Widget;
class ConfigWidgetProxy;
class KDialogBase;
-class CTags2Part : public KDevPlugin
+class CTags2Part : public TDevPlugin
{
Q_OBJECT