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