diff options
Diffstat (limited to 'kexi/core/kexiviewbase.h')
| -rw-r--r-- | kexi/core/kexiviewbase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/core/kexiviewbase.h b/kexi/core/kexiviewbase.h index 24f5d8adc..60beadf89 100644 --- a/kexi/core/kexiviewbase.h +++ b/kexi/core/kexiviewbase.h @@ -62,11 +62,11 @@ class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy inline KexiMainWindow *mainWin() const { return m_mainWin; } //! \return tqparent KexiDialogBase that contains this view, or 0 if no dialog contain this view - KexiDialogBase* tqparentDialog() const { return m_dialog; } + KexiDialogBase* parentDialog() const { return m_dialog; } /*! Added for convenience. \return KexiPart object that was used to create this view (with a dialog) - or 0 if this view is not created using KexiPart. \sa tqparentDialog() */ + or 0 if this view is not created using KexiPart. \sa parentDialog() */ KexiPart::Part* part() const; /*! \return preferred size hint, that can be used to resize the view. @@ -237,13 +237,13 @@ class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy - it is called by KexiDialogBase::youAreDetached(). Default implementation does nothing. Implement it if you want to perform some appropriate actions. */ - virtual void tqparentDialogDetached() {}; + virtual void parentDialogDetached() {}; /*! Allows to react on tqparent dialog's attaching (only for KMDI's ChildFrame mode) - it is called by KexiDialogBase::youAreAttached(). Default implementation does nothing. Implement it if you want to perform some appropriate actions. */ - virtual void tqparentDialogAttached() {}; + virtual void parentDialogAttached() {}; TQString m_defaultIconName; |
