diff options
Diffstat (limited to 'buildtools/qmake/choosesubprojectdlg.h')
-rw-r--r-- | buildtools/qmake/choosesubprojectdlg.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/qmake/choosesubprojectdlg.h b/buildtools/qmake/choosesubprojectdlg.h index 9ce31311..3d0ea08b 100644 --- a/buildtools/qmake/choosesubprojectdlg.h +++ b/buildtools/qmake/choosesubprojectdlg.h @@ -16,19 +16,19 @@ #include "choosesubprojectdlgbase.h" -class TQMakeScopeItem; +class QMakeScopeItem; class TrollProjectWidget; class ChooseItem: public KListViewItem { public: - ChooseItem(TQMakeScopeItem *spitem, TQListViewItem *tqparent, TQString text); - ChooseItem(TQMakeScopeItem *spitem, TQListView *tqparent, TQString text); + ChooseItem(QMakeScopeItem *spitem, TQListViewItem *tqparent, TQString text); + ChooseItem(QMakeScopeItem *spitem, TQListView *tqparent, TQString text); - TQMakeScopeItem *subproject(); + QMakeScopeItem *subproject(); private: - TQMakeScopeItem *m_spitem; + QMakeScopeItem *m_spitem; }; class ChooseSubprojectDlg : public ChooseSubprojectDlgBase @@ -41,7 +41,7 @@ public: ~ChooseSubprojectDlg(); /*$PUBLIC_FUNCTIONS$*/ - TQMakeScopeItem *selectedSubproject(); + QMakeScopeItem *selectedSubproject(); public slots: /*$PUBLIC_SLOTS$*/ |