diff options
Diffstat (limited to 'buildtools/qmake/createscopedlg.h')
-rw-r--r-- | buildtools/qmake/createscopedlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/qmake/createscopedlg.h b/buildtools/qmake/createscopedlg.h index 412a5f2f..31195c87 100644 --- a/buildtools/qmake/createscopedlg.h +++ b/buildtools/qmake/createscopedlg.h @@ -14,7 +14,7 @@ #include "createscopedlgbase.h" -class TQMakeScopeItem; +class QMakeScopeItem; class TrollProjectWigdet; class CreateScopeDlg : public CreateScopeDlgBase @@ -23,7 +23,7 @@ class CreateScopeDlg : public CreateScopeDlgBase TQ_OBJECT public: - CreateScopeDlg( TQMakeScopeItem* item, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + CreateScopeDlg( QMakeScopeItem* item, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~CreateScopeDlg(); /*$PUBLIC_FUNCTIONS$*/ @@ -37,7 +37,7 @@ protected slots: /*$PROTECTED_SLOTS$*/ virtual void accept(); private: - TQMakeScopeItem* m_item; + QMakeScopeItem* m_item; }; #endif |