X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Flegacysystemtray.h;h=8ef478eb61bab2cada9cb3feb170e6bb62688b1f;hp=e2bc3386e3753acb6634f19234f835a355f05525;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hpb=a888a2886dc1466eb0b1bb3591f43350623c6330 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 */