diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 22:52:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 22:52:18 +0900 |
commit | a97b283fd5b28da5d059f5d0b614589041a7ad8c (patch) | |
tree | 5bc78b98d073da07ab043948345083716129d8f7 | |
parent | 89389861b375ade194e7a8bd5b5b15e7f36cde2c (diff) | |
download | tdelibs-a97b283fd5b28da5d059f5d0b614589041a7ad8c.tar.gz tdelibs-a97b283fd5b28da5d059f5d0b614589041a7ad8c.zip |
Fixed unvoluntary rename in qt4 syntax highlight file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 06557e08f..6ce265e35 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> TQT_NO_STL_WCHAR </item> + <item> QT_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> TQT_NO_TRANSLATION_UTF8 </item> + <item> QT_NO_TRANSLATION_UTF8 </item> <item> QT_NO_TREEVIEW </item> <item> QT_NO_TREEWIDGET </item> <item> QT_NO_UNDOGROUP </item> |