summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-02-26 19:59:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-02-26 19:59:47 +0100
commit6da5653e017ed66ccf00b561a13cabf086d68ad2 (patch)
tree98bc160f32ebd91e19477eb630e3cd7157764ed7
parent94258a77f48a82bb083c1d4c20003a7936a333c8 (diff)
downloadtdesdk-6da5653e017ed66ccf00b561a13cabf086d68ad2.tar.gz
tdesdk-6da5653e017ed66ccf00b561a13cabf086d68ad2.zip
Fix unintended rename of stackselection
-rw-r--r--tdecachegrind/tdecachegrind/CMakeLists.txt4
-rw-r--r--tdecachegrind/tdecachegrind/Makefile.am4
-rw-r--r--tdecachegrind/tdecachegrind/stackitem.cpp2
-rw-r--r--tdecachegrind/tdecachegrind/stackselection.cpp (renamed from tdecachegrind/tdecachegrind/stactdeselection.cpp)4
-rw-r--r--tdecachegrind/tdecachegrind/stackselection.h (renamed from tdecachegrind/tdecachegrind/stactdeselection.h)2
-rw-r--r--tdecachegrind/tdecachegrind/stackselectionbase.ui (renamed from tdecachegrind/tdecachegrind/stactdeselectionbase.ui)0
-rw-r--r--tdecachegrind/tdecachegrind/toplevel.cpp2
7 files changed, 9 insertions, 9 deletions
diff --git a/tdecachegrind/tdecachegrind/CMakeLists.txt b/tdecachegrind/tdecachegrind/CMakeLists.txt
index 10d9b1ae..3906452e 100644
--- a/tdecachegrind/tdecachegrind/CMakeLists.txt
+++ b/tdecachegrind/tdecachegrind/CMakeLists.txt
@@ -34,10 +34,10 @@ install( FILES x-tdecachegrind.desktop DESTINATION ${MIME_INSTALL_DIR}/applicati
tde_add_executable( tdecachegrind AUTOMOC
SOURCES
- functionselectionbase.ui stactdeselectionbase.ui partselectionbase.ui
+ functionselectionbase.ui stackselectionbase.ui partselectionbase.ui
configdlgbase.ui loader.cpp cachegrindloader.cpp treemap.cpp pool.cpp
main.cpp configuration.cpp functionselection.cpp coverage.cpp
- partgraph.cpp toplevel.cpp stactdeselection.cpp stackbrowser.cpp
+ partgraph.cpp toplevel.cpp stackselection.cpp stackbrowser.cpp
subcost.cpp tracedata.cpp partselection.cpp configdlg.cpp
utils.cpp fixcost.cpp traceitemview.cpp instrview.cpp tabview.cpp
sourceview.cpp callmapview.cpp callview.cpp coverageview.cpp
diff --git a/tdecachegrind/tdecachegrind/Makefile.am b/tdecachegrind/tdecachegrind/Makefile.am
index a09f8ce9..f7c1bf8c 100644
--- a/tdecachegrind/tdecachegrind/Makefile.am
+++ b/tdecachegrind/tdecachegrind/Makefile.am
@@ -2,13 +2,13 @@ bin_PROGRAMS = tdecachegrind
tdecachegrind_SOURCES = \
functionselectionbase.ui \
- stactdeselectionbase.ui \
+ stackselectionbase.ui \
partselectionbase.ui \
configdlgbase.ui \
loader.cpp cachegrindloader.cpp treemap.cpp pool.cpp \
main.cpp configuration.cpp \
functionselection.cpp coverage.cpp partgraph.cpp \
- toplevel.cpp stactdeselection.cpp stackbrowser.cpp \
+ toplevel.cpp stackselection.cpp stackbrowser.cpp \
subcost.cpp tracedata.cpp partselection.cpp configdlg.cpp \
utils.cpp fixcost.cpp \
traceitemview.cpp instrview.cpp tabview.cpp \
diff --git a/tdecachegrind/tdecachegrind/stackitem.cpp b/tdecachegrind/tdecachegrind/stackitem.cpp
index 69494f3b..ef504557 100644
--- a/tdecachegrind/tdecachegrind/stackitem.cpp
+++ b/tdecachegrind/tdecachegrind/stackitem.cpp
@@ -26,7 +26,7 @@
#include "configuration.h"
#include "listutils.h"
#include "stackitem.h"
-#include "stactdeselection.h"
+#include "stackselection.h"
// StackItem
diff --git a/tdecachegrind/tdecachegrind/stactdeselection.cpp b/tdecachegrind/tdecachegrind/stackselection.cpp
index 29c45d2b..59094754 100644
--- a/tdecachegrind/tdecachegrind/stactdeselection.cpp
+++ b/tdecachegrind/tdecachegrind/stackselection.cpp
@@ -32,7 +32,7 @@
#include <kdebug.h>
#include "stackbrowser.h"
-#include "stactdeselection.h"
+#include "stackselection.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 "stactdeselection.moc"
+#include "stackselection.moc"
diff --git a/tdecachegrind/tdecachegrind/stactdeselection.h b/tdecachegrind/tdecachegrind/stackselection.h
index 5e25a5d8..8a826495 100644
--- a/tdecachegrind/tdecachegrind/stactdeselection.h
+++ b/tdecachegrind/tdecachegrind/stackselection.h
@@ -25,7 +25,7 @@
#ifndef STACKSELECTION_H
#define STACKSELECTION_H
-#include "stactdeselectionbase.h"
+#include "stackselectionbase.h"
#include "tracedata.h"
class TraceFunction;
diff --git a/tdecachegrind/tdecachegrind/stactdeselectionbase.ui b/tdecachegrind/tdecachegrind/stackselectionbase.ui
index c61010f9..c61010f9 100644
--- a/tdecachegrind/tdecachegrind/stactdeselectionbase.ui
+++ b/tdecachegrind/tdecachegrind/stackselectionbase.ui
diff --git a/tdecachegrind/tdecachegrind/toplevel.cpp b/tdecachegrind/tdecachegrind/toplevel.cpp
index 8bb8d45d..4a30f965 100644
--- a/tdecachegrind/tdecachegrind/toplevel.cpp
+++ b/tdecachegrind/tdecachegrind/toplevel.cpp
@@ -57,7 +57,7 @@
#include "toplevel.h"
#include "partselection.h"
#include "functionselection.h"
-#include "stactdeselection.h"
+#include "stackselection.h"
#include "stackbrowser.h"
#include "tracedata.h"
#include "configuration.h"