summaryrefslogtreecommitdiffstats
path: root/kate/interfaces/viewmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/interfaces/viewmanager.h')
-rw-r--r--kate/interfaces/viewmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/interfaces/viewmanager.h b/kate/interfaces/viewmanager.h
index 15eb61312..12b296702 100644
--- a/kate/interfaces/viewmanager.h
+++ b/kate/interfaces/viewmanager.h
@@ -30,11 +30,11 @@ class View;
/**
* Interface to the viewmanager
*/
-class KDE_EXPORT ViewManager : public TQObject
+class TDE_EXPORT ViewManager : public TQObject
{
friend class PrivateViewManager;
- Q_OBJECT
+ TQ_OBJECT
public:
/**