summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/stackselection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/stackselection.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/stackselection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecachegrind/tdecachegrind/stackselection.cpp b/tdecachegrind/tdecachegrind/stackselection.cpp
index 59094754..e7e595ce 100644
--- a/tdecachegrind/tdecachegrind/stackselection.cpp
+++ b/tdecachegrind/tdecachegrind/stackselection.cpp
@@ -57,8 +57,8 @@ StackSelection::StackSelection( TQWidget* parent, const char* name)
stackList->setColumnWidth(1, 0);
stackList->setColumnWidth(2, 50);
- connect(stackList, TQT_SIGNAL(selectionChanged(TQListViewItem*)),
- this, TQT_SLOT(stackSelected(TQListViewItem*)));
+ connect(stackList, TQ_SIGNAL(selectionChanged(TQListViewItem*)),
+ this, TQ_SLOT(stackSelected(TQListViewItem*)));
}
StackSelection::~StackSelection()