diff options
author | Michele Calgaro <[email protected]> | 2023-09-25 13:59:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-25 13:59:20 +0900 |
commit | 0580616e20b68c764cdbbd9a01c9dd21f99766d4 (patch) | |
tree | 1ab8d38ab08f75b51f27d2d826c3338c272236bd /quanta/data/dtep/xhtml-basic | |
parent | 9c510e0b59a1c8a5de3073849a205d92d5d18911 (diff) | |
download | tdewebdev-0580616e20b68c764cdbbd9a01c9dd21f99766d4.tar.gz tdewebdev-0580616e20b68c764cdbbd9a01c9dd21f99766d4.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'quanta/data/dtep/xhtml-basic')
-rw-r--r-- | quanta/data/dtep/xhtml-basic/common.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/data/dtep/xhtml-basic/common.tag b/quanta/data/dtep/xhtml-basic/common.tag index 25baba50..b8418b20 100644 --- a/quanta/data/dtep/xhtml-basic/common.tag +++ b/quanta/data/dtep/xhtml-basic/common.tag @@ -4,7 +4,7 @@ <tag name="Core" common="yes"> <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > </attr> - <attr name="class" type="list" source="dcop" interface="QuantaIf" method="selectors(QString)" arguments="%tagname%" > + <attr name="class" type="list" source="dcop" interface="QuantaIf" method="selectors(TQString)" arguments="%tagname%" > </attr> <attr name="title" type="input"> </attr> |