diff options
Diffstat (limited to 'buildtools/qmake/createscopedlg.h')
-rw-r--r-- | buildtools/qmake/createscopedlg.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/buildtools/qmake/createscopedlg.h b/buildtools/qmake/createscopedlg.h index 675143b1..412a5f2f 100644 --- a/buildtools/qmake/createscopedlg.h +++ b/buildtools/qmake/createscopedlg.h @@ -14,15 +14,16 @@ #include "createscopedlgbase.h" -class QMakeScopeItem; +class TQMakeScopeItem; 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( TQMakeScopeItem* item, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~CreateScopeDlg(); /*$PUBLIC_FUNCTIONS$*/ @@ -36,10 +37,10 @@ protected slots: /*$PROTECTED_SLOTS$*/ virtual void accept(); private: - QMakeScopeItem* m_item; + TQMakeScopeItem* m_item; }; #endif -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on +// kate: space-indent on; indent-width 4; tab-width 4; tqreplace-tabs on |