X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=7fdf4e8e2da15bc0e115a15d474ecdc7faadb24c;hb=edc446b0c31b048efddaf1943cb85eb0db6a0faa;hp=21346173abed803c38c3b6edacdc241ad3e3e0e8;hpb=231d30c66b4f52d239deb608f77a0ceb8034fbe9;p=quassel.git diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 21346173..7fdf4e8e 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -21,6 +21,8 @@ #ifndef SYSTRAYNOTIFICATIONBACKEND_H_ #define SYSTRAYNOTIFICATIONBACKEND_H_ +#ifndef QT_NO_SYSTEMTRAYICON + #include #include "abstractnotificationbackend.h" @@ -74,4 +76,6 @@ private: bool _showBubble, _animate; }; +#endif /* QT_NO_SYSTEMTRAYICON */ + #endif