diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:17:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:17:48 -0500 |
commit | fa0f10145ff7eae0a2f807afad76af499c898b0e (patch) | |
tree | 1c8066e26774714a09cfd9231719a04cfa4a0ba7 /scheck/Makefile.am | |
parent | 22075d0619feb6a29c9d7db488e089b67ca3e0e6 (diff) | |
download | tdesdk-fa0f10145ff7eae0a2f807afad76af499c898b0e.tar.gz tdesdk-fa0f10145ff7eae0a2f807afad76af499c898b0e.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
Diffstat (limited to 'scheck/Makefile.am')
-rw-r--r-- | scheck/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |