summaryrefslogtreecommitdiffstats
path: root/buildtools/qmake/choosesubprojectdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/qmake/choosesubprojectdlg.h')
-rw-r--r--buildtools/qmake/choosesubprojectdlg.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/buildtools/qmake/choosesubprojectdlg.h b/buildtools/qmake/choosesubprojectdlg.h
index e59ed6b9..4cf4ea4e 100644
--- a/buildtools/qmake/choosesubprojectdlg.h
+++ b/buildtools/qmake/choosesubprojectdlg.h
@@ -33,11 +33,11 @@ private:
class ChooseSubprojectDlg : public ChooseSubprojectDlgBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
- ChooseSubprojectDlg(TrollProjectWidget *widget, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ ChooseSubprojectDlg(TrollProjectWidget *widget, TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
~ChooseSubprojectDlg();
/*$PUBLIC_FUNCTIONS$*/
@@ -61,5 +61,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on