diff options
Diffstat (limited to 'buildtools/autotools/fileselectorwidget.h')
-rw-r--r-- | buildtools/autotools/fileselectorwidget.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h index d7107e7a..b4dbcf00 100644 --- a/buildtools/autotools/fileselectorwidget.h +++ b/buildtools/autotools/fileselectorwidget.h @@ -39,7 +39,7 @@ class KFile; class KDnDDirOperator : public KDirOperator { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ protected: class FileSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -94,5 +94,3 @@ signals: }; #endif -// kate: indent-mode csands; tab-width 4; - |