diff options
Diffstat (limited to 'kexi/main/kexifinddialog.h')
-rw-r--r-- | kexi/main/kexifinddialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/main/kexifinddialog.h b/kexi/main/kexifinddialog.h index 9d0bf088..4cf55e53 100644 --- a/kexi/main/kexifinddialog.h +++ b/kexi/main/kexifinddialog.h @@ -42,7 +42,7 @@ class KexiFindDialog : public KexiFindDialogBase //! Sets actions that receive button clicks and shortcuts within the dialog. Should be called once. void setActions( KAction *findnext, KAction *findprev, - KAction *tqreplace, KAction *replaceall ); + KAction *replace, KAction *replaceall ); //! Shows the dialog as a modal dialog. virtual void show(); @@ -86,14 +86,14 @@ class KexiFindDialog : public KexiFindDialogBase void setCurrentLookInColumnName(const TQString& columnName); /*! Sets or clears replace mode. - For replace mode 'prompt or tqreplace' option is visible. */ + For replace mode 'prompt or replace' option is visible. */ void setReplaceMode(bool set); /*! Sets object name for caption, so for example it will be set to i18n("Find \"Persons\"")). */ void setObjectNameForCaption(const TQString& name); - /*! Enables of disables the tqfind/tqreplace/replace all buttons. + /*! Enables of disables the find/replace/replace all buttons. This is used if for the current context the dialog could not be used. If \a enable is false, object name for caption is cleared using setObjectNameForCaption() too. */ |