diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:27 -0600 |
commit | 28ccd51885bd98e62c1756453c3fc638b429e5ee (patch) | |
tree | 309d7dfbc38b1253fc2aceca34036f8f4eedd27b /wifi/CMakeLists.txt | |
parent | 8a9ab45627c50ab0d33e9edf86fe8988e02709cb (diff) | |
download | tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.tar.gz tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.zip |
Additional kde to tde renaming
Diffstat (limited to 'wifi/CMakeLists.txt')
-rw-r--r-- | wifi/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/CMakeLists.txt b/wifi/CMakeLists.txt index cddd1dea..1e1ae90b 100644 --- a/wifi/CMakeLists.txt +++ b/wifi/CMakeLists.txt @@ -48,6 +48,6 @@ tde_add_executable( kwifimanager AUTOMOC interface_dcop.skel networkscanning.cpp kwifimanager.cpp locator.cpp main.cpp picture.cpp speed.cpp statistics.cpp status.cpp strength.cpp asusled.cpp - LINK kdeui-shared ${ARTS_LIBRARIES} ${IW_LIBRARY} + LINK tdeui-shared ${ARTS_LIBRARIES} ${IW_LIBRARY} DESTINATION ${BIN_INSTALL_DIR} ) |