Branch: master

e0b9d006 2018-09-27 03:59:07 Michele Calgaro
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@...>
M knetworkconf/knetworkconf/CMakeLists.txt
M knetworkconf/knetworkconf/Makefile.am

knetworkconf/knetworkconf/CMakeLists.txt

diff --git a/knetworkconf/knetworkconf/CMakeLists.txt b/knetworkconf/knetworkconf/CMakeLists.txt
index a00d070..aceaa4b 100644
--- a/knetworkconf/knetworkconf/CMakeLists.txt
+++ b/knetworkconf/knetworkconf/CMakeLists.txt
@@ -13,7 +13,7 @@
   ${TDE_LIB_DIR}
 )
 
-add_definitions( -UQT_NO_COMPAT
+add_definitions( -UTQT_NO_COMPAT
 )
 
 

knetworkconf/knetworkconf/Makefile.am

diff --git a/knetworkconf/knetworkconf/Makefile.am b/knetworkconf/knetworkconf/Makefile.am
index d30c8c2..6c16644 100644
--- a/knetworkconf/knetworkconf/Makefile.am
+++ b/knetworkconf/knetworkconf/Makefile.am
@@ -2,8 +2,8 @@
 #INCLUDES= $(all_includes)
 AM_CPPFLAGS = $(all_includes)
 
-# We use deprecated routines in QButton, undefine QT_NO_COMPAT.
-KDE_CXXFLAGS = -UQT_NO_COMPAT
+# We use deprecated routines in QButton, undefine TQT_NO_COMPAT.
+KDE_CXXFLAGS = -UTQT_NO_COMPAT
 
 METASOURCES = AUTO
 #bin_PROGRAMS = knetworkconf