summaryrefslogtreecommitdiffstats
path: root/cmake_admin/FindKDECONFIG.cmake
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitcca90c8313268dbedccd9ff138d86eb1bb4bbb2a (patch)
treed2fb486378fd6c3f4ceb37e573d5aa8d3cc73ded /cmake_admin/FindKDECONFIG.cmake
parent41744d303a3133aad64125243a0a173a12d2d4bf (diff)
downloadrosegarden-cca90c8313268dbedccd9ff138d86eb1bb4bbb2a.tar.gz
rosegarden-cca90c8313268dbedccd9ff138d86eb1bb4bbb2a.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cmake_admin/FindKDECONFIG.cmake')
-rw-r--r--cmake_admin/FindKDECONFIG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake_admin/FindKDECONFIG.cmake b/cmake_admin/FindKDECONFIG.cmake
index d610682..5bce104 100644
--- a/cmake_admin/FindKDECONFIG.cmake
+++ b/cmake_admin/FindKDECONFIG.cmake
@@ -39,7 +39,7 @@ IF(KDECONFIG_EXECUTABLE)
ELSE(KDECONFIG_EXECUTABLE)
FIND_PROGRAM(KDECONFIG_EXECUTABLE NAMES kde-config PATHS
$ENV{KDEDIR}/bin
- /opt/kde3/bin
+ /opt/trinity/bin
/opt/kde/bin
NO_DEFAULT_PATH
)