diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:00 -0600 |
commit | 4cd2af066ba9527ce22a8059a47f072273b758f9 (patch) | |
tree | 5078d2900d1d304b8495c75a1675195127cf51a5 /kwin-styles/smooth-blend/client/CMakeLists.txt | |
parent | 4cdc2e93c68aa357b47365da33c335ca892be447 (diff) | |
download | tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.tar.gz tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.zip |
Additional kde to tde renaming
Diffstat (limited to 'kwin-styles/smooth-blend/client/CMakeLists.txt')
-rw-r--r-- | kwin-styles/smooth-blend/client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin-styles/smooth-blend/client/CMakeLists.txt b/kwin-styles/smooth-blend/client/CMakeLists.txt index 09011c41..5b75b64a 100644 --- a/kwin-styles/smooth-blend/client/CMakeLists.txt +++ b/kwin-styles/smooth-blend/client/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES smoothblend.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin ) tde_add_kpart( kwin3_smoothblend AUTOMOC SOURCES smoothblend.cc - LINK kdecorations-shared + LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |