summaryrefslogtreecommitdiffstats
path: root/src/gvcore/inputdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/inputdialog.cpp')
-rw-r--r--src/gvcore/inputdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/inputdialog.cpp b/src/gvcore/inputdialog.cpp
index cdd4267..4ca8a7c 100644
--- a/src/gvcore/inputdialog.cpp
+++ b/src/gvcore/inputdialog.cpp
@@ -36,8 +36,8 @@ struct InputDialog::Private {
};
-InputDialog::InputDialog(TQWidget* tqparent)
-: KDialogBase(tqparent, "InputDialog", true, TQString(),
+InputDialog::InputDialog(TQWidget* parent)
+: KDialogBase(parent, "InputDialog", true, TQString(),
KDialogBase::Ok|KDialogBase::Cancel)
{
d = new Private;