summaryrefslogtreecommitdiffstats
path: root/buildtools/lib/widgets/removesubprojectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/lib/widgets/removesubprojectdialog.h')
-rw-r--r--buildtools/lib/widgets/removesubprojectdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/lib/widgets/removesubprojectdialog.h b/buildtools/lib/widgets/removesubprojectdialog.h
index 49be23b8..8bca253a 100644
--- a/buildtools/lib/widgets/removesubprojectdialog.h
+++ b/buildtools/lib/widgets/removesubprojectdialog.h
@@ -31,7 +31,7 @@ class RemoveSubprojectDialog : public RemoveSubprojectDlgBase
TQ_OBJECT
public:
- RemoveSubprojectDialog(TQString caption, TQString question, TQWidget* tqparent = 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();