diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 20:53:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 20:53:50 -0600 |
commit | f7ed00bca5c1789e9dfc80baa46ea6b3eb99f377 (patch) | |
tree | c18b2c0b54b10de05f53a933498ec74e446d5fff | |
parent | 1e760a2dfe9ceefe16045739a123d36e8b3a35c5 (diff) | |
download | tde-style-qtcurve-f7ed00bca5c1789e9dfc80baa46ea6b3eb99f377.tar.gz tde-style-qtcurve-f7ed00bca5c1789e9dfc80baa46ea6b3eb99f377.zip |
Rename kdisplay for enhanced compatibility with KDE4
-rw-r--r-- | colors/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/CMakeLists.txt b/colors/CMakeLists.txt index 423bda3..d495e42 100644 --- a/colors/CMakeLists.txt +++ b/colors/CMakeLists.txt @@ -1 +1 @@ -install(FILES QtCurve.kcsrc DESTINATION ${DATA_INSTALL_DIR}/kdisplay/color-schemes) +install(FILES QtCurve.kcsrc DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes) |