X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsystemtray.cpp;h=8c34655044f9fb3eb676995f9b4949b657c15004;hb=edc446b0c31b048efddaf1943cb85eb0db6a0faa;hp=225cd864d7c524cc0f710875787893587249db3e;hpb=0f02627a552eb4c6811e12b6ded509ffed152e58;p=quassel.git diff --git a/src/qtui/systemtray.cpp b/src/qtui/systemtray.cpp index 225cd864..8c346550 100644 --- a/src/qtui/systemtray.cpp +++ b/src/qtui/systemtray.cpp @@ -18,6 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#ifndef QT_NO_SYSTEMTRAYICON + #include #include "systemtray.h" @@ -193,3 +195,5 @@ void SystemTray::on_activated(QSystemTrayIcon::ActivationReason reason) { } } + +#endif /* QT_NO_SYSTEMTRAYICON */