diff options
Diffstat (limited to 'kexi/core/kexidialogbase.h')
-rw-r--r-- | kexi/core/kexidialogbase.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/core/kexidialogbase.h b/kexi/core/kexidialogbase.h index 6479ae5b..6449004b 100644 --- a/kexi/core/kexidialogbase.h +++ b/kexi/core/kexidialogbase.h @@ -49,8 +49,8 @@ namespace KoProperty { class KEXICORE_EXPORT KexiDialogTempData : public TQObject { public: - KexiDialogTempData(TQObject* tqparent) - : TQObject(tqparent, "KexiDialogTempData") + KexiDialogTempData(TQObject* parent) + : TQObject(parent, "KexiDialogTempData") , proposeOpeningInTextViewModeBecauseOfProblems(false) {} /*! Initially false, KexiPart::Part implementation can set this to true @@ -81,7 +81,7 @@ class KEXICORE_EXPORT KexiDialogBase : TQ_OBJECT public: - KexiDialogBase(KexiMainWindow *tqparent, const TQString &caption = TQString()); + KexiDialogBase(KexiMainWindow *parent, const TQString &caption = TQString()); virtual ~KexiDialogBase(); bool isRegistered(); |