summaryrefslogtreecommitdiffstats
path: root/parts/ctags2/ctags2_part.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-02 20:05:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-02 20:05:33 +0100
commit722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch)
treedb1b6b28566e5fe9accb4a688f7257673cecb080 /parts/ctags2/ctags2_part.h
parentafb74575caf7dd8ccb6c235b1c8d788e320c19da (diff)
downloadtdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz
tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip
Finish renaming tdevelop components
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