diff options
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 { |
