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 1e5e3c5c..cebe6a3e 100644 --- a/lib/koproperty/editors/stringedit.h +++ b/lib/koproperty/editors/stringedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: StringEdit(Property *property, TQWidget *parent=0, const char *name=0); |