summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:17:48 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-18 10:17:48 -0500
commitfa0f10145ff7eae0a2f807afad76af499c898b0e (patch)
tree1c8066e26774714a09cfd9231719a04cfa4a0ba7
parent22075d0619feb6a29c9d7db488e089b67ca3e0e6 (diff)
downloadtdesdk-fa0f1014.tar.gz
tdesdk-fa0f1014.zip
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
-rw-r--r--scheck/CMakeLists.txt2
-rw-r--r--scheck/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/scheck/CMakeLists.txt b/scheck/CMakeLists.txt
index 365f7a84..c4238ead 100644
--- a/scheck/CMakeLists.txt
+++ b/scheck/CMakeLists.txt
@@ -22,7 +22,7 @@ link_directories(
##### other data ################################
-install( FILES scheck.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes )
+install( FILES scheck.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )
##### scheck (module) ############################
diff --git a/scheck/Makefile.am b/scheck/Makefile.am
index ab20deb1..8bfb12c8 100644
--- a/scheck/Makefile.am
+++ b/scheck/Makefile.am
@@ -28,6 +28,6 @@ scheck_la_SOURCES = scheck.cpp
scheck_la_METASOURCES = AUTO
style_DATA = scheck.themerc
-styledir = $(kde_datadir)/kstyle/themes
+styledir = $(kde_datadir)/tdestyle/themes
EXTRA_DIST = $(style_DATA)