diff options
Diffstat (limited to 'kexi/plugins/scripting/kexiscripting/kexiscriptpart.h')
-rw-r--r-- | kexi/plugins/scripting/kexiscripting/kexiscriptpart.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h index eca7a0015..b2928a8fa 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h @@ -42,11 +42,11 @@ class KexiScriptPart : public KexiPart::Part /** * Constructor. * - * \param tqparent The tqparent TQObject this part is child of. + * \param parent The parent TQObject this part is child of. * \param name The name this part has. * \param args Optional list of arguments passed to this part. */ - KexiScriptPart(TQObject *tqparent, const char *name, const TQStringList& args); + KexiScriptPart(TQObject *parent, const char *name, const TQStringList& args); /** * Destructor. @@ -69,12 +69,12 @@ class KexiScriptPart : public KexiPart::Part /** * Create a new view. * - * \param tqparent The tqparent TQWidget the new view is displayed in. + * \param parent The parent TQWidget the new view is displayed in. * \param dialog The \a KexiDialogBase the view is child of. * \param item The \a KexiPart::Item this view is for. * \param viewMode The viewmode we like to have a view for. */ - virtual KexiViewBase* createView(TQWidget *tqparent, + virtual KexiViewBase* createView(TQWidget *parent, KexiDialogBase* dialog, KexiPart::Item& item, int viewMode = Kexi::DesignViewMode, |