summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/dummywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/dummywidget.h')
-rw-r--r--lib/koproperty/editors/dummywidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/dummywidget.h b/lib/koproperty/editors/dummywidget.h
index ef90ba8f..b06c571a 100644
--- a/lib/koproperty/editors/dummywidget.h
+++ b/lib/koproperty/editors/dummywidget.h
@@ -33,7 +33,7 @@ class KOPROPERTY_EXPORT DummyWidget: public Widget
TQ_OBJECT
public:
- DummyWidget(Property *property, TQWidget *tqparent=0, const char *name=0);
+ DummyWidget(Property *property, TQWidget *parent=0, const char *name=0);
virtual ~DummyWidget();
virtual TQVariant value() const;