diff options
Diffstat (limited to 'buildtools/qmake/createscopedlg.h')
-rw-r--r-- | buildtools/qmake/createscopedlg.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/buildtools/qmake/createscopedlg.h b/buildtools/qmake/createscopedlg.h index 6596c021..26535c72 100644 --- a/buildtools/qmake/createscopedlg.h +++ b/buildtools/qmake/createscopedlg.h @@ -19,11 +19,11 @@ class TrollProjectWigdet; class CreateScopeDlg : public CreateScopeDlgBase { - Q_OBJECT + TQ_OBJECT public: - CreateScopeDlg( QMakeScopeItem* item, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + CreateScopeDlg( QMakeScopeItem* item, TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); ~CreateScopeDlg(); /*$PUBLIC_FUNCTIONS$*/ @@ -41,6 +41,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on - |