diff options
Diffstat (limited to 'kexi/widget/kexieditor.h')
-rw-r--r-- | kexi/widget/kexieditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/kexieditor.h b/kexi/widget/kexieditor.h index 022b0dd9..2c659f01 100644 --- a/kexi/widget/kexieditor.h +++ b/kexi/widget/kexieditor.h @@ -48,12 +48,12 @@ class KEXIEXTWIDGETS_EXPORT KexiEditor : public KexiViewBase * * \param mainWin The \a KexiMainWindow instance this KexiEditor * belongs too. - * \param tqparent The tqparent \a TQWidget this KexiEditor is child + * \param parent The parent \a TQWidget this KexiEditor is child * of. You don't need to free the KexiEditor cause TQt * will handle that for us. * \param name The name this KexiEditor has. Used only for debugging. */ - KexiEditor(KexiMainWindow *mainWin, TQWidget *tqparent, const char *name = 0); + KexiEditor(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); /** * Destructor. |