From 75281f98fa68c5326e4725b107317d8f477e3e7d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 20 Mar 2010 08:57:31 +0000 Subject: fixed installation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1635 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotify.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/kdenotify/kdenotify.h') diff --git a/src/plugins/General/kdenotify/kdenotify.h b/src/plugins/General/kdenotify/kdenotify.h index e928c27ab..26aae0cdf 100644 --- a/src/plugins/General/kdenotify/kdenotify.h +++ b/src/plugins/General/kdenotify/kdenotify.h @@ -41,11 +41,12 @@ public: private: QList prepareNotification(); QDBusInterface *notifier; - QString m_ConfigDir; + QString m_coverPath; int m_NotifyDelay; bool m_ShowCovers; bool m_UseFreedesktopSpec; QString m_template; + QString m_imagesDir; private slots: void showMetaData(); -- cgit v1.2.3-13-gbd6f