diff options
Diffstat (limited to 'kexi/formeditor/widgetpropertyset.h')
-rw-r--r-- | kexi/formeditor/widgetpropertyset.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kexi/formeditor/widgetpropertyset.h b/kexi/formeditor/widgetpropertyset.h index 896d309c..afb303d1 100644 --- a/kexi/formeditor/widgetpropertyset.h +++ b/kexi/formeditor/widgetpropertyset.h @@ -157,21 +157,21 @@ class KFORMEDITOR_EXPORT WidgetPropertySet : public TQObject // Following functions are used to create special types of properties, different // from TQ_PROPERTY - /*! Creates the properties related to alignment (ie hAlign, vAlign and WordBreak) for + /*! Creates the properties related to tqalignment (ie hAlign, vAlign and WordBreak) for the TQWidget \a widget. \a subwidget is the same as \a widget if the widget itself handles the property and it's a child widget if the child handles the property. For example, the second case is true for KexiDBAutoField. - \a meta is the TQMetaProperty for "alignment" property" of subwidget. */ + \a meta is the TQMetaProperty for "tqalignment" property" of subwidget. */ void createAlignProperty(const TQMetaProperty *meta, TQWidget *widget, TQWidget *subwidget); - /*! Saves the properties related to alignment (ie hAlign, vAlign and WordBreak) - and modifies the "alignment" property of the widget.*/ + /*! Saves the properties related to tqalignment (ie hAlign, vAlign and WordBreak) + and modifies the "tqalignment" property of the widget.*/ void saveAlignProperty(const TQString &property); - /*! Creates the "layout" property, for the Container representing \a item. */ + /*! Creates the "tqlayout" property, for the Container representing \a item. */ void createLayoutProperty(ObjectTreeItem *item); - /*! Saves the "layout" property and changes the Container 's layout ( + /*! Saves the "tqlayout" property and changes the Container 's tqlayout ( using Container::setLayout() ).*/ void saveLayoutProperty(const TQString &property, const TQVariant &value); |