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, 1 insertions, 3 deletions
diff --git a/kate/interfaces/mainwindow.h b/kate/interfaces/mainwindow.h
index bb40ffb9c..7e9033ce3 100644
--- a/kate/interfaces/mainwindow.h
+++ b/kate/interfaces/mainwindow.h
@@ -33,7 +33,7 @@ class KDE_EXPORT MainWindow : public TQObject
{
friend class PrivateMainWindow;
- Q_OBJECT
+ TQ_OBJECT
public:
MainWindow (void *mainWindow);
@@ -61,5 +61,3 @@ class KDE_EXPORT MainWindow : public TQObject
}
#endif
-
-// kate: space-indent on; indent-width 2; replace-tabs on;