diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
commit | aea627236e4de24599c3e30617cf264c3c1b7d40 (patch) | |
tree | 467e13ca5a7eb0ab292259289ecc3572f53c5eae /kexi/main/kexifinddialog.h | |
parent | 786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff) | |
download | koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip |
Rename a number of classes to enhance compatibility with KDE4
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 d93ac703..b0a5cac1 100644 --- a/kexi/main/kexifinddialog.h +++ b/kexi/main/kexifinddialog.h @@ -23,7 +23,7 @@ #include "kexifinddialogbase.h" #include <core/kexisearchandreplaceiface.h> -class KAction; +class TDEAction; //! @short A Kexi-specific "Find text" dialog. /*! Also used for as replace dialog. @@ -41,8 +41,8 @@ class KexiFindDialog : public KexiFindDialogBase virtual ~KexiFindDialog(); //! Sets actions that receive button clicks and shortcuts within the dialog. Should be called once. - void setActions( KAction *findnext, KAction *findprev, - KAction *replace, KAction *replaceall ); + void setActions( TDEAction *findnext, TDEAction *findprev, + TDEAction *replace, TDEAction *replaceall ); //! Shows the dialog as a modal dialog. virtual void show(); |