From aea627236e4de24599c3e30617cf264c3c1b7d40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:02:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kexi/main/kexifinddialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kexi/main/kexifinddialog.h') 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 -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(); -- cgit v1.2.1