summaryrefslogtreecommitdiffstats
path: root/buildtools/lib/widgets/removesubprojectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/lib/widgets/removesubprojectdialog.cpp')
-rw-r--r--buildtools/lib/widgets/removesubprojectdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/lib/widgets/removesubprojectdialog.cpp b/buildtools/lib/widgets/removesubprojectdialog.cpp
index 8de6d45c..4a41ff88 100644
--- a/buildtools/lib/widgets/removesubprojectdialog.cpp
+++ b/buildtools/lib/widgets/removesubprojectdialog.cpp
@@ -20,8 +20,8 @@
#include <tqlabel.h>
#include "removesubprojectdialog.h"
-RemoveSubprojectDialog::RemoveSubprojectDialog(TQString caption, TQString question, TQWidget* tqparent, const char* name, bool modal, WFlags fl)
- : RemoveSubprojectDlgBase(tqparent,name, modal,fl)
+RemoveSubprojectDialog::RemoveSubprojectDialog(TQString caption, TQString question, TQWidget* parent, const char* name, bool modal, WFlags fl)
+ : RemoveSubprojectDlgBase(parent,name, modal,fl)
{
setCaption(caption);
removeLabel->setText(question);