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-27 10:54:36 +0900
commitbc5cb1423afe41dd93ecc95c4b6747a1992deaf9 (patch)
tree8653c4a4b32660340ea62ee86d450859a1e1c30c
parent5d4a6e7194ade79e80e466f84c85446f8ea5643c (diff)
downloadkdbg-bc5cb142.tar.gz
kdbg-bc5cb142.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 055a97a64cb802bb8fea8a311d472947065b73f6)
-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<*>