diff options
-rw-r--r-- | knetworkconf/knetworkconf/CMakeLists.txt | 2 | ||||
-rw-r--r-- | knetworkconf/knetworkconf/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
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 @@ link_directories( ${TDE_LIB_DIR} ) -add_definitions( -UQT_NO_COMPAT +add_definitions( -UTQT_NO_COMPAT ) 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 |