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