summaryrefslogtreecommitdiffstats
path: root/src/gui/choicefieldwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/choicefieldwidget.h')
-rw-r--r--src/gui/choicefieldwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/choicefieldwidget.h b/src/gui/choicefieldwidget.h
index 35c40b9..0bcaf48 100644
--- a/src/gui/choicefieldwidget.h
+++ b/src/gui/choicefieldwidget.h
@@ -30,7 +30,7 @@ Q_OBJECT
TQ_OBJECT
public:
- ChoiceFieldWidget(Data::FieldPtr field, TQWidget* tqparent, const char* name=0);
+ ChoiceFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
virtual ~ChoiceFieldWidget() {}
virtual TQString text() const;