summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt.orig
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt.orig')
-rw-r--r--CMakeLists.txt.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt.orig b/CMakeLists.txt.orig
index 2a530cc..51933e5 100644
--- a/CMakeLists.txt.orig
+++ b/CMakeLists.txt.orig
@@ -102,9 +102,9 @@ configure_file (config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
set(DATA_INSTALL_DIR ${KDE3PREFIX}/share/apps)
if(QTC_DEFAULT_TO_KDE3)
- message("INFO: Defaulting to reading KDE3 settings if KDE_SESSION_VERSION is not set")
+ message("INFO: Defaulting to reading KDE3 settings if TDE_SESSION_VERSION is not set")
else(QTC_DEFAULT_TO_KDE3)
- message("INFO: Defaulting to reading KDE4 settings if KDE_SESSION_VERSION is not set")
+ message("INFO: Defaulting to reading KDE4 settings if TDE_SESSION_VERSION is not set")
endif(QTC_DEFAULT_TO_KDE3)
add_subdirectory(style)