diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:43:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:43:57 -0600 |
commit | 7fbb972791f9e3fbde5dfa85c113285353122600 (patch) | |
tree | 7eba52127d3e9dedd7a8594555c478a0ae7626ae /cmakemodules | |
parent | 497d419c0d4bc6c667f31ff874bc70e2c612d808 (diff) | |
download | tdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.tar.gz tdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.zip |
Additional renaming of kde to tde
Diffstat (limited to 'cmakemodules')
-rw-r--r-- | cmakemodules/FindKdeLibs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmakemodules/FindKdeLibs.cmake b/cmakemodules/FindKdeLibs.cmake index d6a3fa9..ba8d701 100644 --- a/cmakemodules/FindKdeLibs.cmake +++ b/cmakemodules/FindKdeLibs.cmake @@ -299,7 +299,7 @@ ENDIF (NOT KDE3_FIND_QUIETLY) #add the found Qt and KDE include directories to the current include path SET(KDE3_INCLUDE_DIRS ${QT_INCLUDE_DIR} ${KDE3_INCLUDE_DIR}) -include(kdesvnMacros) +include(tdesvnMacros) IF(CMAKE_SIZEOF_VOID_P EQUAL 4) SET(DEF_SUFF "") |