X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;h=bcf8c0246f321e2bfa0a2517b619b78694960391;hp=0e637802cab6bd925aac43e21e1013926b9f952e;hb=fe155e87ffa75bf4c13ae40311b029adba706816;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index 0e637802..bcf8c024 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.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 program is free software; you can redistribute it and/or modify * @@ -33,10 +33,6 @@ #include "types.h" #include "util.h" -#ifdef Q_WS_X11 -# include -#endif - QtUi *QtUi::_instance = 0; MainWin *QtUi::_mainWin = 0; QList QtUi::_notificationBackends;