summaryrefslogtreecommitdiffstats
path: root/kturtle/TODO
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 18:26:11 +0900
committerMichele Calgaro <[email protected]>2025-02-03 21:44:11 +0900
commit02ed3f2d62dfb2efb4f3610ca96098341518483f (patch)
tree7156180f5dd4044ad1614ddf50407c1cc3e516bf /kturtle/TODO
parent0b13a7b9e0f99415119eef29f05c54a01e5ec90a (diff)
downloadtdeedu-02ed3f2d62dfb2efb4f3610ca96098341518483f.tar.gz
tdeedu-02ed3f2d62dfb2efb4f3610ca96098341518483f.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kturtle/TODO')
-rw-r--r--kturtle/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/kturtle/TODO b/kturtle/TODO
index f3e26f00..f7883e31 100644
--- a/kturtle/TODO
+++ b/kturtle/TODO
@@ -185,7 +185,7 @@ Translating data in the tdenewstuff.xml file: how would the translators access t
-After a conversiation with lypanov I came to the conclusion that making the executer 'statefull' is a very by thing! So I take the cheap approach using kapp->processEvents();... Maybe someday, later, I'll do it neatly -- the lypanov pointed out. FIXED
+After a conversiation with lypanov I came to the conclusion that making the executer 'statefull' is a very by thing! So I take the cheap approach using tdeApp->processEvents();... Maybe someday, later, I'll do it neatly -- the lypanov pointed out. FIXED
@@ -292,7 +292,7 @@ dcop khelpcenter KHelpCenterIface openUrl "help:/kate/index.html#kate-part-selec
Im tryered of this... I can fix it; too much for me. Sorry
-in tdelibs/tdecore/kapp... :
+in tdelibs/tdecore/tdeapp... :
url = TQString("help:/%1?anchor=%2").arg(appname).arg(anchor);
and
DCOPRef( "khelpcenter", "KHelpCenterIface" ).send( "openUrl", url, startup_id );