diff options
author | Michele Calgaro <[email protected]> | 2023-09-25 13:38:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-25 20:04:20 +0900 |
commit | e37a0bcc134930715cc1e1999029a472b667543c (patch) | |
tree | aa398690993b116f776720023dcfc38fe5905200 /kturtle/TODO | |
parent | c23828a3671154d5cdb86143f4ff66359d773938 (diff) | |
download | tdeedu-e37a0bcc134930715cc1e1999029a472b667543c.tar.gz tdeedu-e37a0bcc134930715cc1e1999029a472b667543c.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b803249430e4b183c8bf853c6c0147e796b19425)
Diffstat (limited to 'kturtle/TODO')
-rw-r--r-- | kturtle/TODO | 4 |
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 ); |