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 8bca253a..89426eb8 100644 --- a/buildtools/lib/widgets/removesubprojectdialog.h +++ b/buildtools/lib/widgets/removesubprojectdialog.h @@ -28,7 +28,7 @@ Subproject removal dialog. class RemoveSubprojectDialog : public RemoveSubprojectDlgBase { Q_OBJECT - TQ_OBJECT + public: RemoveSubprojectDialog(TQString caption, TQString question, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); |