diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 549c7e4d630743ae94883997fec3b8fc31e32a22 (patch) | |
tree | a805eda405ce448688b5fd5e560b19bf6ac75fb2 /khotkeys/data/CMakeLists.txt | |
parent | c35987b35ecdd163e1b7e6718a36adec7a90032b (diff) | |
download | tdebase-549c7e4d630743ae94883997fec3b8fc31e32a22.tar.gz tdebase-549c7e4d630743ae94883997fec3b8fc31e32a22.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khotkeys/data/CMakeLists.txt')
-rw-r--r-- | khotkeys/data/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/data/CMakeLists.txt b/khotkeys/data/CMakeLists.txt index 06228c804..b9b3cf860 100644 --- a/khotkeys/data/CMakeLists.txt +++ b/khotkeys/data/CMakeLists.txt @@ -10,11 +10,11 @@ ################################################# install( FILES - kde32b1.khotkeys konqueror_gestures_kde321.khotkeys + trinity2b1.khotkeys konqueror_gestures_trinity21.khotkeys printscreen.khotkeys DESTINATION ${DATA_INSTALL_DIR}/khotkeys ) install( FILES khotkeys_32b1_update.upd khotkeys_printscreen.upd - konqueror_gestures_kde321_update.upd + konqueror_gestures_trinity21_update.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} ) |