diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-11 07:50:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-04-11 07:50:20 +0000 |
| commit | b6de71b1b562861fd9e7576a78991b94d9cd1cb7 (patch) | |
| tree | eac02a9638c38a97ff66fcc0fcf933c8dd03e43c /src/plugins/General/kdenotify/kdenotify.h | |
| parent | f05ae640c6208773aae24695793c7f279bc86759 (diff) | |
| download | qmmp-b6de71b1b562861fd9e7576a78991b94d9cd1cb7.tar.gz qmmp-b6de71b1b562861fd9e7576a78991b94d9cd1cb7.tar.bz2 qmmp-b6de71b1b562861fd9e7576a78991b94d9cd1cb7.zip | |
kdenotify plugin: fixed kde 3.3 support (Artur Guzik)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1665 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.h')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.h b/src/plugins/General/kdenotify/kdenotify.h index 937c383f6..d6c4d7300 100644 --- a/src/plugins/General/kdenotify/kdenotify.h +++ b/src/plugins/General/kdenotify/kdenotify.h @@ -28,10 +28,9 @@ #include "qmmp/qmmp.h" #define DEFAULT_TEMPLATE "<b>%if(%t,%t,%f)</b>\n%if(%p,<br>%p,)\n%if(%a,<br>%a,)\n%if(%l,<br><b>%l</b>,)" -#define NOTIFY_DELAY 2 +#define NOTIFY_DELAY 2000 class QDBusInterface; -class QTimer; class KdeNotify : public General { |
