summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/instritem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/instritem.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/instritem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecachegrind/tdecachegrind/instritem.cpp b/tdecachegrind/tdecachegrind/instritem.cpp
index ce5e81bb..6815b00a 100644
--- a/tdecachegrind/tdecachegrind/instritem.cpp
+++ b/tdecachegrind/tdecachegrind/instritem.cpp
@@ -97,7 +97,7 @@ InstrItem::InstrItem(InstrView* iv, TQListViewItem* parent, Addr addr,
_instrJump = 0;
_inside = true;
- //qDebug("InstrItem: (file %d, line %d) Linecall to %s",
+ //tqDebug("InstrItem: (file %d, line %d) Linecall to %s",
// fileno, lineno, _lineCall->call()->called()->prettyName().ascii());
SubCost cc = _instrCall->callCount();
@@ -129,7 +129,7 @@ InstrItem::InstrItem(InstrView* iv, TQListViewItem* parent, Addr addr,
_instrCall = 0;
_instrJump = instrJump;
- //qDebug("SourceItem: (file %d, line %d) Linecall to %s",
+ //tqDebug("SourceItem: (file %d, line %d) Linecall to %s",
// fileno, lineno, _lineCall->call()->called()->prettyName().ascii());
TQString jStr;