diff options
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.h')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<QVariant> 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(); |
