X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Flegacysystemtray.h;h=f366fbda2b15a6c33dea012a520cc9d6496e74ea;hp=a81d0f69ce8f6ae1603ddcd28bd308f1d0697164;hb=c52a94cb937654bf06d5074bf0736a52ec94a52d;hpb=d68e9d67200abc51123b357bcdbbc816d4a70791 diff --git a/src/qtui/legacysystemtray.h b/src/qtui/legacysystemtray.h index a81d0f69..f366fbda 100644 --- a/src/qtui/legacysystemtray.h +++ b/src/qtui/legacysystemtray.h @@ -23,7 +23,7 @@ #ifndef QT_NO_SYSTEMTRAYICON -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 # include #else # include @@ -70,7 +70,7 @@ private: bool _blinkState; uint _lastMessageId; -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 KSystemTrayIcon *_trayIcon; #else QSystemTrayIcon *_trayIcon;