summaryrefslogtreecommitdiffstats
path: root/kturtle/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'kturtle/TODO')
-rw-r--r--kturtle/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/kturtle/TODO b/kturtle/TODO
index f9da37cb..83c33dff 100644
--- a/kturtle/TODO
+++ b/kturtle/TODO
@@ -293,7 +293,7 @@ Im tryered of this... I can fix it; too much for me. Sorry
in kdelibs/kdecore/kapp... :
-url = QString("help:/%1?anchor=%2").arg(appname).arg(anchor);
+url = QString("help:/%1?anchor=%2").tqarg(appname).tqarg(anchor);
and
DCOPRef( "khelpcenter", "KHelpCenterIface" ).send( "openUrl", url, startup_id );