summaryrefslogtreecommitdiffstats
path: root/kexi/main/kexifinddialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/main/kexifinddialog.h')
-rw-r--r--kexi/main/kexifinddialog.h6
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();