diff options
Diffstat (limited to 'parts/replace/replace_part.h')
-rw-r--r-- | parts/replace/replace_part.h | 8 |
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 |