diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kcontrol/view1394/CMakeLists.txt | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kcontrol/view1394/CMakeLists.txt')
-rw-r--r-- | kcontrol/view1394/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/view1394/CMakeLists.txt b/kcontrol/view1394/CMakeLists.txt index e691ead03..e0ab3b2ce 100644 --- a/kcontrol/view1394/CMakeLists.txt +++ b/kcontrol/view1394/CMakeLists.txt @@ -30,6 +30,6 @@ install( FILES oui.db DESTINATION ${DATA_INSTALL_DIR}/kcmview1394 ) tde_add_kpart( kcm_view1394 AUTOMOC SOURCES view1394widget.ui view1394.cpp - LINK kdeui-shared ${LIBRAW1394_LIBRARIES} + LINK tdeui-shared ${LIBRAW1394_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR} ) |