diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:04 +0900 |
commit | 89389861b375ade194e7a8bd5b5b15e7f36cde2c (patch) | |
tree | 3603192ae2c41f9edff90914bfa3d97a798f477a /kate | |
parent | 2518c29202d07d42d3220963b4596f5252e52937 (diff) | |
download | tdelibs-89389861b375ade194e7a8bd5b5b15e7f36cde2c.tar.gz tdelibs-89389861b375ade194e7a8bd5b5b15e7f36cde2c.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 'kate')
-rw-r--r-- | kate/data/qt4.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/qt4.xml b/kate/data/qt4.xml index 6ce265e35..06557e08f 100644 --- a/kate/data/qt4.xml +++ b/kate/data/qt4.xml @@ -306,7 +306,7 @@ <item> QT_NO_SPLITTER </item> <item> QT_NO_STANDARDITEMMODEL </item> <item> QT_NO_STATEMACHINE </item> - <item> QT_NO_STL_WCHAR </item> + <item> TQT_NO_STL_WCHAR </item> <item> QT_NO_STRINGLISTMODEL </item> <item> QT_NO_STYLE_CDE </item> <item> QT_NO_STYLE_CLEANLOOKS </item> @@ -339,7 +339,7 @@ <item> QT_NO_TOOLBAR </item> <item> QT_NO_TOOLBOX </item> <item> QT_NO_TOOLBUTTON </item> - <item> QT_NO_TRANSLATION_UTF8 </item> + <item> TQT_NO_TRANSLATION_UTF8 </item> <item> QT_NO_TREEVIEW </item> <item> QT_NO_TREEWIDGET </item> <item> QT_NO_UNDOGROUP </item> |