summaryrefslogtreecommitdiffstats
path: root/kexi/main/keximainwindowimpl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 23:12:56 -0600
committerTimothy Pearson <[email protected]>2013-02-01 23:12:56 -0600
commitece35c015c54312eb13f583cc247cdd9a4051b4d (patch)
tree2c0599b8705e881f2b53678f48e97ffe4f616d22 /kexi/main/keximainwindowimpl.cpp
parentc260bb1b22af487f2410c2c7f6c35db3fe1d57b9 (diff)
downloadkoffice-ece35c015c54312eb13f583cc247cdd9a4051b4d.tar.gz
koffice-ece35c015c54312eb13f583cc247cdd9a4051b4d.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kexi/main/keximainwindowimpl.cpp')
-rw-r--r--kexi/main/keximainwindowimpl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/main/keximainwindowimpl.cpp b/kexi/main/keximainwindowimpl.cpp
index 4bfaef61..2dd9ebe1 100644
--- a/kexi/main/keximainwindowimpl.cpp
+++ b/kexi/main/keximainwindowimpl.cpp
@@ -38,9 +38,9 @@
#include <kapplication.h>
#include <kcmdlineargs.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
-#include <kstdaccel.h>
+#include <tdestdaccel.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kdebug.h>
@@ -58,7 +58,7 @@
#include <kimageio.h>
#include <khelpmenu.h>
#include <tdefiledialog.h>
-#include <krecentdocument.h>
+#include <tderecentdocument.h>
#include <kexidb/connection.h>
#include <kexidb/utils.h>
@@ -102,7 +102,7 @@
//Extreme verbose debug
#if defined(TQ_WS_WIN)
-# include <krecentdirs.h>
+# include <tderecentdirs.h>
# include <win32_utils.h>
//# define KexiVDebug kdDebug()
#endif