From 7b1be9ef65fc1774428b4740b4e82e155e5d834e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 00:59:50 -0500 Subject: Fix references to user profile directory. --- katapult/plugins/catalogs/amarokcatalog/coverimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'katapult/plugins') diff --git a/katapult/plugins/catalogs/amarokcatalog/coverimage.cpp b/katapult/plugins/catalogs/amarokcatalog/coverimage.cpp index 3324fee..174d492 100644 --- a/katapult/plugins/catalogs/amarokcatalog/coverimage.cpp +++ b/katapult/plugins/catalogs/amarokcatalog/coverimage.cpp @@ -31,7 +31,7 @@ CoverImage::CoverImage() setURL(TQString()); _coverfolder = TQDir::homeDirPath(); - _coverfolder.append("/.kde/share/apps/amarok/albumcovers/"); + _coverfolder.append("/.trinity/share/apps/amarok/albumcovers/"); _largefolder = TQString(_coverfolder).append("large/"); _cachefolder = TQString(_coverfolder).append("cache/"); -- cgit v1.2.1