summaryrefslogtreecommitdiffstats
path: root/qtinterface/TODO
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 18:25:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 18:25:39 +0900
commit65ff0e19f47662065572e1d9efbd347b2181e12e (patch)
tree010125608d403d0fb7349b71e61e6a4e7047f25d /qtinterface/TODO
parent7b9c011fa0b2632d63f37918bc006f6b041a92e8 (diff)
downloadtqtinterface-65ff0e19f47662065572e1d9efbd347b2181e12e.tar.gz
tqtinterface-65ff0e19f47662065572e1d9efbd347b2181e12e.zip
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/TODO')
-rw-r--r--qtinterface/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/TODO b/qtinterface/TODO
index 4f94baf..3d611a2 100644
--- a/qtinterface/TODO
+++ b/qtinterface/TODO
@@ -14,7 +14,7 @@ qguardedptr (TQGuardedPtr, weird compilation failure)
qinputdialog
qnetworkprotocol (QNetworkProtocolFactory, weird compilation failure)
qsessionmanager
-qtranslator (QT_NO_TRANSLATION is set, MOC does not honor #ifdef)
+qtranslator (TQT_NO_TRANSLATION is set, MOC does not honor #ifdef)
qwidgetplugin (TQWidgetContainerPlugin, weird compilation failure)
@@ -57,4 +57,4 @@ All of Trinity now uses TQ<something>, e.g. QTimer is now TQTimer. Depending on
#define TQCString QCString (for Qt3)
#define TQCString Q3CString (for Qt4)
-If needed, the TQ function can subclass the Q or Q3 function and reimplement the missing features. However, the vast majority of classes (those that have not changed much) will be handled with the simple #define statements, greatly simplifying and speeding implementation. \ No newline at end of file
+If needed, the TQ function can subclass the Q or Q3 function and reimplement the missing features. However, the vast majority of classes (those that have not changed much) will be handled with the simple #define statements, greatly simplifying and speeding implementation.