summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/widgetfactory.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit04766b207afba7961d4d802313e426f5a2fbef63 (patch)
treec888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kexi/formeditor/widgetfactory.h
parentb6edfe41c9395f2e20784cbf0e630af6426950a3 (diff)
downloadkoffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz
koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/formeditor/widgetfactory.h')
-rw-r--r--kexi/formeditor/widgetfactory.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kexi/formeditor/widgetfactory.h b/kexi/formeditor/widgetfactory.h
index eab422ce..9e585625 100644
--- a/kexi/formeditor/widgetfactory.h
+++ b/kexi/formeditor/widgetfactory.h
@@ -268,7 +268,7 @@ class KFORMEDITOR_EXPORT WidgetFactory : public TQObject
DefaultOptions = AnyOrientation | DesignViewMode
};
- WidgetFactory(TQObject *tqparent=0, const char *name=0);
+ WidgetFactory(TQObject *parent=0, const char *name=0);
virtual ~WidgetFactory();
/*! Adds a new class described by \a w. */
@@ -289,12 +289,12 @@ class KFORMEDITOR_EXPORT WidgetFactory : public TQObject
* Creates a widget (and if needed a KFormDesigner::Container)
* \return the created widget
* \param classname the classname of the widget, which should get created
- * \param tqparent the tqparent for the created widget
+ * \param parent the parent for the created widget
* \param name the name of the created widget
* \param container the toplevel Container (if a container should get created)
* \param options options for the created widget: orientation and view mode (see CreateWidgetOptions)
*/
- virtual TQWidget* createWidget(const TQCString &classname, TQWidget *tqparent, const char *name,
+ virtual TQWidget* createWidget(const TQCString &classname, TQWidget *parent, const char *name,
KFormDesigner::Container *container,
int options = DefaultOptions) = 0;
@@ -310,7 +310,7 @@ class KFORMEDITOR_EXPORT WidgetFactory : public TQObject
/*! Creates (if necessary) an editor to edit the contents of the widget directly in the Form
(eg creates a line edit to change the text of a label). \a classname is
the class the widget belongs to, \a w is the widget to edit
- and \a container is the tqparent container of this widget (to access Form etc.).
+ and \a container is the parent container of this widget (to access Form etc.).
*/
virtual bool startEditing(const TQCString &classname, TQWidget *w, Container *container)=0;
@@ -327,7 +327,7 @@ class KFORMEDITOR_EXPORT WidgetFactory : public TQObject
*/
virtual bool saveSpecialProperty(const TQCString &classname, const TQString &name,
const TQVariant &value, TQWidget *w,
- TQDomElement &parentNode, TQDomDocument &tqparent);
+ TQDomElement &parentNode, TQDomDocument &parent);
/*! This function is called when FormIO finds a property or an unknown
element in a .ui file. You can this way load a special property, for