diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 11:56:42 +0900 |
commit | 86d78cc80733c9331a02cf377f2b2bcc895ccac4 (patch) | |
tree | bcf3cf1f9a770a88a233152e447080b4e017161e | |
parent | 60ab53760d8415d89c6e4b896aa456c6fc88c8b1 (diff) | |
download | dbus-1-tqt-86d78cc80733c9331a02cf377f2b2bcc895ccac4.tar.gz dbus-1-tqt-86d78cc80733c9331a02cf377f2b2bcc895ccac4.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a160cb9306d27571d3954fd3266a12b5e0f1d5ed)
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ - Add static methods for D-BUS standard errors to QDBusError. At least for those a service implementation might need more often -- Check possibility of a QObject adapter implementation of QDBusObjectBase, - i.e. a making an QObject's Q_SLOTS callable through D-BUS +- Check possibility of a TQObject adapter implementation of QDBusObjectBase, + i.e. a making an TQObject's Q_SLOTS callable through D-BUS |