diff options
-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> |