summaryrefslogtreecommitdiffstats
path: root/quanta/src/quanta_init.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:23:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:23:27 -0600
commitc46f36d00839916c8b6cde8ed2ca54aeb40dba19 (patch)
tree990b3fd4f5a01a1a86b43d158686456eae2bdc44 /quanta/src/quanta_init.cpp
parent1e8f4c1ed6da13b851a7100e395d9243871c464d (diff)
downloadtdewebdev-c46f36d00839916c8b6cde8ed2ca54aeb40dba19.tar.gz
tdewebdev-c46f36d00839916c8b6cde8ed2ca54aeb40dba19.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'quanta/src/quanta_init.cpp')
-rw-r--r--quanta/src/quanta_init.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp
index 155a376b..17d5d15c 100644
--- a/quanta/src/quanta_init.cpp
+++ b/quanta/src/quanta_init.cpp
@@ -35,7 +35,7 @@
// include files for KDE
#include <dcopclient.h>
-#include <kaccel.h>
+#include <tdeaccel.h>
#include <kapplication.h>
#include <kdebug.h>
#include <kiconloader.h>
@@ -48,9 +48,9 @@
#include <tdehtmlview.h>
#include <kstandarddirs.h>
#include <kstatusbar.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <kstdaction.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <kprocess.h>
#include <kprogress.h>
#include <ktip.h>