diff options
Diffstat (limited to 'kexi/core/kexidialogbase.h')
-rw-r--r-- | kexi/core/kexidialogbase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/core/kexidialogbase.h b/kexi/core/kexidialogbase.h index 68c71236..6479ae5b 100644 --- a/kexi/core/kexidialogbase.h +++ b/kexi/core/kexidialogbase.h @@ -238,13 +238,13 @@ class KEXICORE_EXPORT KexiDialogBase : tristate storeNewData(); /*! Reimplemented - we're informing the current view about performed detaching by calling - KexiViewBase::tqparentDialogDetached(), so the view can react on this event - (by default KexiViewBase::tqparentDialogDetached() does nothing, you can reimplement it). */ + KexiViewBase::parentDialogDetached(), so the view can react on this event + (by default KexiViewBase::parentDialogDetached() does nothing, you can reimplement it). */ void sendDetachedStateToCurrentView(); /*! W're informing the current view about performed atttaching by calling - KexiViewBase::tqparentDialogAttached(), so the view can react on this event - (by default KexiViewBase::tqparentDialogAttached() does nothing, you can reimplement it). */ + KexiViewBase::parentDialogAttached(), so the view can react on this event + (by default KexiViewBase::parentDialogAttached() does nothing, you can reimplement it). */ void sendAttachedStateToCurrentView(); signals: |