From 055a97a64cb802bb8fea8a311d472947065b73f6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 26 Sep 2023 11:22:35 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/man/kdbg.1 | 2 +- kdbg/typetables/qt3.kdbgtt | 20 ++++++++++---------- 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<*> -- cgit v1.2.3