summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/partselection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/partselection.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/partselection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecachegrind/tdecachegrind/partselection.cpp b/tdecachegrind/tdecachegrind/partselection.cpp
index 703dd75f..8acef22b 100644
--- a/tdecachegrind/tdecachegrind/partselection.cpp
+++ b/tdecachegrind/tdecachegrind/partselection.cpp
@@ -222,7 +222,7 @@ void PartSelection::selectionChanged()
}
if (something_changed) {
- //qDebug("PartSelection: Something changed.");
+ //tqDebug("PartSelection: Something changed.");
emit activePartsChanged(pList);
}
}
@@ -242,7 +242,7 @@ void PartSelection::activePartsChangedSlot(const TracePartList& list)
bool active = (list.containsRef(part)>0);
if (!active && partAreaWidget->isSelected(i)) {
#if 0
- qDebug("PartSelection::partsChangedSlot: Part %s changed to unselected.",
+ tqDebug("PartSelection::partsChangedSlot: Part %s changed to unselected.",
((PartItem*)i)->part()->shortName().ascii());
#endif
@@ -254,7 +254,7 @@ void PartSelection::activePartsChangedSlot(const TracePartList& list)
bool active = (list.containsRef(part)>0);
if (active && !partAreaWidget->isSelected(i)) {
#if 0
- qDebug("PartSelection::partsChangedSlot: Part %s changed to selected.",
+ tqDebug("PartSelection::partsChangedSlot: Part %s changed to selected.",
((PartItem*)i)->part()->shortName().ascii());
#endif
partAreaWidget->setSelected(i, true);