From a160cb9306d27571d3954fd3266a12b5e0f1d5ed Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:47 +0900 Subject: [PATCH] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index b5c6423..3df221e 100644 --- a/TODO +++ b/TODO @@ -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