summaryrefslogtreecommitdiffstats
path: root/kturtle
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:38:31 +0900
commitb803249430e4b183c8bf853c6c0147e796b19425 (patch)
tree08e057f3a8702ec76719f407147d7308ea50f5a4 /kturtle
parent095dafcd2b49dcd7e109b541772001bbe3ccb834 (diff)
downloadtdeedu-b803249430e4b183c8bf853c6c0147e796b19425.tar.gz
tdeedu-b803249430e4b183c8bf853c6c0147e796b19425.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kturtle')
-rw-r--r--kturtle/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/kturtle/TODO b/kturtle/TODO
index 30e5189d..f3e26f00 100644
--- a/kturtle/TODO
+++ b/kturtle/TODO
@@ -230,7 +230,7 @@ cies: That is a good plan! I have tux allready in my sprites dir (I'm a fan too
- crash on quitting after Opening files DONE annma 02/04/2004
-- cies: Make the interpreter (stolen from wsbasic.sf.net) (executer, parser, lexer, number and treenode) more native Qt. Right now they are a mixture of standard-CLI-C++ and Qt thingies (i put the Qt thingies there). I tried do that but i found that i'm not comfortable with the concept of streams -- which are used a lot in the interpreter. Especially streaming QString was an obstacle i couldnt take. DONE
+- cies: Make the interpreter (stolen from wsbasic.sf.net) (executer, parser, lexer, number and treenode) more native Qt. Right now they are a mixture of standard-CLI-C++ and Qt thingies (i put the Qt thingies there). I tried do that but i found that i'm not comfortable with the concept of streams -- which are used a lot in the interpreter. Especially streaming TQString was an obstacle i couldnt take. DONE
>>>>> after this is done we can also make the ()[],.""-configurable
With long lines and wrapping the canvas can get into a endless loop -> 100%CPU, i tried a lot to fix this allready, maybe my solution needs some tuning :).
@@ -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").arg(appname).arg(anchor);
+url = TQString("help:/%1?anchor=%2").arg(appname).arg(anchor);
and
DCOPRef( "khelpcenter", "KHelpCenterIface" ).send( "openUrl", url, startup_id );