diff options
Diffstat (limited to 'lib/koproperty/editors/stringedit.h')
-rw-r--r-- | lib/koproperty/editors/stringedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/stringedit.h b/lib/koproperty/editors/stringedit.h index fff366092..1e5e3c5c1 100644 --- a/lib/koproperty/editors/stringedit.h +++ b/lib/koproperty/editors/stringedit.h @@ -33,7 +33,7 @@ class KOPROPERTY_EXPORT StringEdit : public Widget TQ_OBJECT public: - StringEdit(Property *property, TQWidget *tqparent=0, const char *name=0); + StringEdit(Property *property, TQWidget *parent=0, const char *name=0); virtual ~StringEdit(); virtual TQVariant value() const; |