summaryrefslogtreecommitdiffstats
path: root/src/gvcore/inputdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/inputdialog.h')
-rw-r--r--src/gvcore/inputdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/inputdialog.h b/src/gvcore/inputdialog.h
index d34d465..2613a20 100644
--- a/src/gvcore/inputdialog.h
+++ b/src/gvcore/inputdialog.h
@@ -38,7 +38,7 @@ class InputDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
- InputDialog(TQWidget* tqparent);
+ InputDialog(TQWidget* parent);
~InputDialog();
void setLabel(const TQString& label);
KLineEdit* lineEdit() const;