summaryrefslogtreecommitdiffstats
path: root/kexi/core/keximainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core/keximainwindow.h')
-rw-r--r--kexi/core/keximainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/keximainwindow.h b/kexi/core/keximainwindow.h
index 4dbb6b18..1f14e0d6 100644
--- a/kexi/core/keximainwindow.h
+++ b/kexi/core/keximainwindow.h
@@ -75,7 +75,7 @@ class KEXICORE_EXPORT KexiMainWindow : public KMdiMainFrm, public KexiSharedActi
/*! \return a list of all actions defined by application.
Not all of them are shared. Don't use plug these actions
in your windows by hand but user methods from KexiViewBase! */
- virtual KActionPtrList allActions() const = 0;
+ virtual TDEActionPtrList allActions() const = 0;
/*! \return currently active dialog (window) od 0 if there is no active dialog. */
virtual KexiDialogBase* currentDialog() const = 0;