summaryrefslogtreecommitdiffstats
path: root/parts/replace/replace_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/replace/replace_part.h
parentafb74575caf7dd8ccb6c235b1c8d788e320c19da (diff)
downloadtdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz
tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip
Finish renaming tdevelop components
Diffstat (limited to 'parts/replace/replace_part.h')
-rw-r--r--parts/replace/replace_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/replace/replace_part.h b/parts/replace/replace_part.h
index fbd0f2f7..f0316eb0 100644
--- a/parts/replace/replace_part.h
+++ b/parts/replace/replace_part.h
@@ -9,12 +9,12 @@
* *
***************************************************************************/
-#ifndef __KDEVPART_REPLACE_H__
-#define __KDEVPART_REPLACE_H__
+#ifndef __TDEVPART_REPLACE_H__
+#define __TDEVPART_REPLACE_H__
#include <tqguardedptr.h>
-#include <kdevplugin.h>
+#include <tdevplugin.h>
#include <tqpopupmenu.h>
@@ -22,7 +22,7 @@ class ReplaceWidget;
class TDEAction;
class Context;
-class ReplacePart : public KDevPlugin
+class ReplacePart : public TDevPlugin
{
Q_OBJECT