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-23 12:42:47 +0900 |
commit | a160cb9306d27571d3954fd3266a12b5e0f1d5ed (patch) | |
tree | bcf3cf1f9a770a88a233152e447080b4e017161e /TODO | |
parent | 94f53ef63d8ce12e387085ade3fd5d095e6c31e2 (diff) | |
download | dbus-1-tqt-a160cb9306d27571d3954fd3266a12b5e0f1d5ed.tar.gz dbus-1-tqt-a160cb9306d27571d3954fd3266a12b5e0f1d5ed.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'TODO')
-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 |