X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;h=bcf8c0246f321e2bfa0a2517b619b78694960391;hp=9c7cbbf884a7adf51f40247cd64e0ea6991d31c0;hb=fe155e87ffa75bf4c13ae40311b029adba706816;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index 9c7cbbf8..bcf8c024 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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;