X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Flegacysystemtray.h;h=8ef478eb61bab2cada9cb3feb170e6bb62688b1f;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=e2bc3386e3753acb6634f19234f835a355f05525;hpb=a888a2886dc1466eb0b1bb3591f43350623c6330;p=quassel.git diff --git a/src/qtui/legacysystemtray.h b/src/qtui/legacysystemtray.h index e2bc3386..8ef478eb 100644 --- a/src/qtui/legacysystemtray.h +++ b/src/qtui/legacysystemtray.h @@ -23,12 +23,7 @@ #ifndef QT_NO_SYSTEMTRAYICON #include - -#ifdef HAVE_KDE4 -# include -#else -# include -#endif +#include #include "systemtray.h" @@ -58,11 +53,7 @@ private slots: private: uint _lastMessageId {0}; -#ifdef HAVE_KDE4 - KSystemTrayIcon *_trayIcon; -#else QSystemTrayIcon *_trayIcon; -#endif }; #endif /* QT_NO_SYSTEMTRAYICON */