From 02ed3f2d62dfb2efb4f3610ca96098341518483f Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Mon, 20 Jan 2025 18:26:11 +0900
Subject: Use tdeApp

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kturtle/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'kturtle/TODO')

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 );
-- 
cgit v1.2.1