From cca90c8313268dbedccd9ff138d86eb1bb4bbb2a Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 21 Aug 2011 01:43:11 +0000 Subject: 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 --- src/gui/editors/notation/FontViewFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/editors/notation/FontViewFrame.cpp b/src/gui/editors/notation/FontViewFrame.cpp index 3770441..d07ba40 100644 --- a/src/gui/editors/notation/FontViewFrame.cpp +++ b/src/gui/editors/notation/FontViewFrame.cpp @@ -82,7 +82,7 @@ FontViewFrame::loadFont() static bool haveDir = false; if (!haveDir) { FcConfigAppFontAddDir(FcConfigGetCurrent(), - (const FcChar8 *)"/opt/kde3/share/apps/rosegarden/fonts"); + (const FcChar8 *)"/opt/trinity/share/apps/rosegarden/fonts"); haveDir = true; } -- cgit v1.2.1