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/core/keximainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/core/keximainwindow.h') 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; -- cgit v1.2.1