summaryrefslogtreecommitdiffstats
path: root/kdbg/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/debugger.cpp')
-rw-r--r--kdbg/debugger.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/kdbg/debugger.cpp b/kdbg/debugger.cpp
index 4d86803..6a749f0 100644
--- a/kdbg/debugger.cpp
+++ b/kdbg/debugger.cpp
@@ -2175,8 +2175,7 @@ void KDebugger::slotValueEdited(VarTree* expr, const TQString& text)
return; /* no text entered: ignore request */
ExprWnd* wnd = static_cast<ExprWnd*>(expr->listView());
- TRACE(TQString().sprintf("Changing %s to ",
- wnd->name()) + text);
+ TRACE(TQString("Changing %1 to ").arg(wnd->name()) + text);
// determine the lvalue to edit
TQString lvalue = expr->computeExpr();