summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/stactdeselection.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/stactdeselection.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/stactdeselection.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/stactdeselection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecachegrind/tdecachegrind/stactdeselection.cpp b/tdecachegrind/tdecachegrind/stactdeselection.cpp
index 59094754..29c45d2b 100644
--- a/tdecachegrind/tdecachegrind/stactdeselection.cpp
+++ b/tdecachegrind/tdecachegrind/stactdeselection.cpp
@@ -32,7 +32,7 @@
#include <kdebug.h>
#include "stackbrowser.h"
-#include "stackselection.h"
+#include "stactdeselection.h"
#include "stackitem.h"
StackSelection::StackSelection( TQWidget* parent, const char* name)
@@ -227,4 +227,4 @@ void StackSelection::setGroupType(TraceItem::CostType gt)
((StackItem*)item)->updateGroup();
}
-#include "stackselection.moc"
+#include "stactdeselection.moc"