diff options
Diffstat (limited to 'kturtle/TODO')
-rw-r--r-- | kturtle/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kturtle/TODO b/kturtle/TODO index ed20a391..8f280acd 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 tdelibs/tdecore/kapp... : -url = QString("help:/%1?anchor=%2").tqarg(appname).tqarg(anchor); +url = QString("help:/%1?anchor=%2").arg(appname).arg(anchor); and DCOPRef( "khelpcenter", "KHelpCenterIface" ).send( "openUrl", url, startup_id ); |