summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/toplevel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:22:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:22:07 -0600
commite46eba349e7029d919b213b7130086503d1e042e (patch)
treec99ad6970d22aa80d905a7129d87aa627ae26801 /tdecachegrind/tdecachegrind/toplevel.cpp
parentdf726f3e9706e8264827dc1dc8338225c3b6434f (diff)
downloadtdesdk-e46eba349e7029d919b213b7130086503d1e042e.tar.gz
tdesdk-e46eba349e7029d919b213b7130086503d1e042e.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tdecachegrind/tdecachegrind/toplevel.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/toplevel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecachegrind/tdecachegrind/toplevel.cpp b/tdecachegrind/tdecachegrind/toplevel.cpp
index c8ac689b..5c1bd609 100644
--- a/tdecachegrind/tdecachegrind/toplevel.cpp
+++ b/tdecachegrind/tdecachegrind/toplevel.cpp
@@ -38,16 +38,16 @@
#include <kapplication.h>
#include <klocale.h>
#include <kstatusbar.h>
-#include <kstdaccel.h>
+#include <tdestdaccel.h>
#include <kstdaction.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <kurl.h>
#include <tdefiledialog.h>
#include <tdeio/netaccess.h>
#include <kedittoolbar.h>
#include <kkeydialog.h>
#include <ktip.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <kdebug.h>
#if ENABLE_DUMPDOCK
@@ -57,7 +57,7 @@
#include "toplevel.h"
#include "partselection.h"
#include "functionselection.h"
-#include "stackselection.h"
+#include "stactdeselection.h"
#include "stackbrowser.h"
#include "tracedata.h"
#include "configuration.h"