diff options
Diffstat (limited to 'kexi/formeditor/widgetpropertyset.h')
-rw-r--r-- | kexi/formeditor/widgetpropertyset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/widgetpropertyset.h b/kexi/formeditor/widgetpropertyset.h index d330e4ed..cc403ef0 100644 --- a/kexi/formeditor/widgetpropertyset.h +++ b/kexi/formeditor/widgetpropertyset.h @@ -53,7 +53,7 @@ class KFORMEDITOR_EXPORT WidgetPropertySet : public TQObject KoProperty::Property& property(const TQCString &name); - bool tqcontains(const TQCString &property); + bool contains(const TQCString &property); /*! i18n function used by factories to add new property caption. Should be called on Factory creation. */ |