X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Flegacysystemtray.cpp;h=1510e025f738dd618ad83576a952b1aede5ed783;hp=c425c3e8366a5324d940e3307b0248b991fbe867;hb=46888b395628f1023916a571762c07e72bc7f73c;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 diff --git a/src/qtui/legacysystemtray.cpp b/src/qtui/legacysystemtray.cpp index c425c3e8..1510e025 100644 --- a/src/qtui/legacysystemtray.cpp +++ b/src/qtui/legacysystemtray.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This file is free software; you can redistribute it and/or modify * @@ -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());