summaryrefslogtreecommitdiffstats
path: root/kwin-styles/openlook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:00 -0600
commit4cd2af066ba9527ce22a8059a47f072273b758f9 (patch)
tree5078d2900d1d304b8495c75a1675195127cf51a5 /kwin-styles/openlook
parent4cdc2e93c68aa357b47365da33c335ca892be447 (diff)
downloadtdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.tar.gz
tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.zip
Additional kde to tde renaming
Diffstat (limited to 'kwin-styles/openlook')
-rw-r--r--kwin-styles/openlook/CMakeLists.txt2
-rw-r--r--kwin-styles/openlook/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/kwin-styles/openlook/CMakeLists.txt b/kwin-styles/openlook/CMakeLists.txt
index 6727bb48..851ec25f 100644
--- a/kwin-styles/openlook/CMakeLists.txt
+++ b/kwin-styles/openlook/CMakeLists.txt
@@ -28,6 +28,6 @@ install( FILES openlook.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin )
tde_add_kpart( kwin3_openlook AUTOMOC
SOURCES OpenLook.cpp
- LINK kdecorations-shared
+ LINK tdecorations-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kwin-styles/openlook/Makefile.am b/kwin-styles/openlook/Makefile.am
index abf08664..b034ee40 100644
--- a/kwin-styles/openlook/Makefile.am
+++ b/kwin-styles/openlook/Makefile.am
@@ -3,8 +3,8 @@ INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kwin3_openlook.la
kwin3_openlook_la_SOURCES = OpenLook.cpp
-kwin3_openlook_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx
-kwin3_openlook_la_LIBADD = -lkdecorations
+kwin3_openlook_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx
+kwin3_openlook_la_LIBADD = -ltdecorations
noinst_HEADERS = OpenLook.h
METASOURCES = AUTO