X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Flegacysystemtray.cpp;h=16700d60788db10c161b4e0b7c302ca8235a8e82;hp=c425c3e8366a5324d940e3307b0248b991fbe867;hb=e56629542168c203cac8504085fc96c7f7b73d90;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 diff --git a/src/qtui/legacysystemtray.cpp b/src/qtui/legacysystemtray.cpp index c425c3e8..16700d60 100644 --- a/src/qtui/legacysystemtray.cpp +++ b/src/qtui/legacysystemtray.cpp @@ -29,7 +29,7 @@ LegacySystemTray::LegacySystemTray(QWidget *parent) _blinkState(false), _lastMessageId(0) { -#ifndef HAVE_KDE +#ifndef HAVE_KDE4 _trayIcon = new QSystemTrayIcon(associatedWidget()); #else _trayIcon = new KSystemTrayIcon(associatedWidget());