diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-06 12:46:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-07 16:37:23 +0900 |
commit | 5a0036e68c4e9c04af242ccfccfd432db06b698c (patch) | |
tree | bc63cb075df950c4d1099f7d411805e8532562c5 /qtsharp/src/api/qt.xml | |
parent | dc455b48d8efe559350586d70d1214c209531720 (diff) | |
download | tdebindings-5a0036e68c4e9c04af242ccfccfd432db06b698c.tar.gz tdebindings-5a0036e68c4e9c04af242ccfccfd432db06b698c.zip |
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 93673b22d293f5bd5b2f90170756b499f534d9b5)
Diffstat (limited to 'qtsharp/src/api/qt.xml')
-rw-r--r-- | qtsharp/src/api/qt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/src/api/qt.xml b/qtsharp/src/api/qt.xml index 9ffcacf3..68d69b34 100644 --- a/qtsharp/src/api/qt.xml +++ b/qtsharp/src/api/qt.xml @@ -305,7 +305,7 @@ <qparam type="TQUuidamp" name="arg1"/> <qparam type="TQUnknownInterface**" name="arg2"/> </qmethod> - <qmethod name="isValid" access="public" return="Q_REFCOUNT bool" id="0"/> + <qmethod name="isValid" access="public" return="TQ_REFCOUNT bool" id="0"/> <qmethod name="protected_object" access="protected" return="TQObject*" id="0"/> </qtype> <qtype name="TQAction" access="public"> <qancestor name="TQObject"/> |