summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/widget.h')
-rw-r--r--lib/koproperty/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/widget.h b/lib/koproperty/widget.h
index 9646ecc92..5ed858853 100644
--- a/lib/koproperty/widget.h
+++ b/lib/koproperty/widget.h
@@ -39,7 +39,7 @@ class KOPROPERTY_EXPORT Widget : public TQWidget
TQ_OBJECT
public:
- Widget(Property *property, TQWidget *tqparent, const char *name="property_editor");
+ Widget(Property *property, TQWidget *parent, const char *name="property_editor");
virtual ~Widget();
/*! \return the value currently entered in the item editor widget.*/