summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:22:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:22:35 +0900
commit055a97a64cb802bb8fea8a311d472947065b73f6 (patch)
tree8653c4a4b32660340ea62ee86d450859a1e1c30c
parent2b9bc633b6730037047a9edc15261d0b5453c9d8 (diff)
downloadkdbg-055a97a64cb802bb8fea8a311d472947065b73f6.tar.gz
kdbg-055a97a64cb802bb8fea8a311d472947065b73f6.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/man/kdbg.12
-rw-r--r--kdbg/typetables/qt3.kdbgtt20
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/kdbg.1 b/doc/man/kdbg.1
index 588ef94..d577b92 100644
--- a/doc/man/kdbg.1
+++ b/doc/man/kdbg.1
@@ -44,7 +44,7 @@ Inspection of variable values in a tree structure.
Direct member: For certain compound data types the most important
member values are displayed next to the variable name, so that it is
not necessary to expand the subtree of that variable in order to see
-the member value. KDbg can also display Qt's QString values, which
+the member value. KDbg can also display Qt's TQString values, which
are Unicode strings.
.PP
Debugger at your finger tips: The basic debugger functions (step,
diff --git a/kdbg/typetables/qt3.kdbgtt b/kdbg/typetables/qt3.kdbgtt
index e2eace1..2db93ee 100644
--- a/kdbg/typetables/qt3.kdbgtt
+++ b/kdbg/typetables/qt3.kdbgtt
@@ -1,37 +1,37 @@
[Type Table]
-Types1=QString,QCString,QDir,QFileInfo,QFile
-Types2=QObject
+Types1=TQString,QCString,QDir,QFileInfo,QFile
+Types2=TQObject
Types3=QMap,QValueList,QValueVector
Types4=QPoint,QRect
LibDisplayName=libtqt 3.x
ShlibRE=libtqt-mt\.so\.3$
-EnableBuiltin=QString::Data,QCharIsShort
+EnableBuiltin=TQString::Data,QCharIsShort
PrintQStringCmd=print ($qstrunicode=($qstrdata=(%s))->unicode)?(*(unsigned short*)$qstrunicode)@(($qstrlen=(unsigned int)($qstrdata->len))>100?100:$qstrlen):1==0\n
-[QString]
+[TQString]
Display={ % }
-Expr1=/QString::Data (%s).d
+Expr1=/TQString::Data (%s).d
[QCString]
Display={ % }
Expr1=(%s).shd->data
-[QObject]
+[TQObject]
Display={ name=% }
Expr1=(%s).objname
[QDir]
Display={ path=% filter=% }
-Expr1=/QString::Data (%s).dPath.d
-Expr2=/QString::Data (%s).nameFilt.d
+Expr1=/TQString::Data (%s).dPath.d
+Expr2=/TQString::Data (%s).nameFilt.d
[QFileInfo]
Display={ name=% }
-Expr1=/QString::Data (%s).fn.d
+Expr1=/TQString::Data (%s).fn.d
[QFile]
Display={ name=% }
-Expr1=/QString::Data (%s).fn.d
+Expr1=/TQString::Data (%s).fn.d
[QMap]
Template=QMap<*>