summaryrefslogtreecommitdiffstats
path: root/kate/interfaces/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/interfaces/mainwindow.h')
-rw-r--r--kate/interfaces/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/interfaces/mainwindow.h b/kate/interfaces/mainwindow.h
index 27a847ac3..38f8232f2 100644
--- a/kate/interfaces/mainwindow.h
+++ b/kate/interfaces/mainwindow.h
@@ -29,11 +29,11 @@ namespace Kate
class ViewManager;
-class KDE_EXPORT MainWindow : public TQObject
+class TDE_EXPORT MainWindow : public TQObject
{
friend class PrivateMainWindow;
- Q_OBJECT
+ TQ_OBJECT
public:
MainWindow (void *mainWindow);