aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-17 17:45:35 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-17 17:45:35 +0000
commita210178c96d5c333938b49916c9d217c024a6b93 (patch)
tree755430081784c503fd74d282fc7266ee8ca47d90 /src/plugins/General/kdenotify
parentb3da1c6d7811df0669e587d9ba0c2e554998f6d3 (diff)
downloadqmmp-a210178c96d5c333938b49916c9d217c024a6b93.tar.gz
qmmp-a210178c96d5c333938b49916c9d217c024a6b93.tar.bz2
qmmp-a210178c96d5c333938b49916c9d217c024a6b93.zip
kdenotify: fixed image path
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8455 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify')
-rw-r--r--src/plugins/General/kdenotify/kdenotify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.cpp b/src/plugins/General/kdenotify/kdenotify.cpp
index b48cf4b0f..bbd384ff7 100644
--- a/src/plugins/General/kdenotify/kdenotify.cpp
+++ b/src/plugins/General/kdenotify/kdenotify.cpp
@@ -60,7 +60,7 @@ KdeNotify::KdeNotify(QObject *parent) : QObject(parent),m_useFreedesktopSpec(fal
dir.mkdir("kdenotifycache");
dir.cd("kdenotifycache");
m_coverPath = dir.absolutePath() + "/cover.jpg";
- m_imagesDir = QDir(qApp->applicationFilePath () + "/../../share/qmmp" APP_NAME_SUFFIX "/images").absolutePath();
+ m_imagesDir = QDir(qApp->applicationDirPath () + "/../share/qmmp" APP_NAME_SUFFIX "/images").absolutePath();
QSettings settings(Qmmp::configFile(),QSettings::IniFormat);
settings.beginGroup("Kde_Notifier");