diff options
Diffstat (limited to 'buildtools/lib/widgets/removesubprojectdialog.h')
-rw-r--r-- | buildtools/lib/widgets/removesubprojectdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/lib/widgets/removesubprojectdialog.h b/buildtools/lib/widgets/removesubprojectdialog.h index 0a20b4ad..593309fe 100644 --- a/buildtools/lib/widgets/removesubprojectdialog.h +++ b/buildtools/lib/widgets/removesubprojectdialog.h @@ -30,7 +30,7 @@ class RemoveSubprojectDialog : public RemoveSubprojectDlgBase Q_OBJECT public: - RemoveSubprojectDialog(QString caption, QString question, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + RemoveSubprojectDialog(TQString caption, TQString question, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~RemoveSubprojectDialog(); /*$PUBLIC_FUNCTIONS$*/ bool removeFromDisk(); |