X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;h=bcf8c0246f321e2bfa0a2517b619b78694960391;hb=106526817f753cdd680c783fc58968d5111d16eb;hp=9c7cbbf884a7adf51f40247cd64e0ea6991d31c0;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git 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;