X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fabstractui.cpp;h=5657d79331d7e66e3f1f19b7802dc6aadfa7fc31;hb=5b69d94edcbc2f985243b1f19744f7b03f6e283b;hp=6a887655c58a5a3f77ba63aae632ea359d017df1;hpb=a540a0285feef171e16fd6225b0e045fc5fc52e4;p=quassel.git diff --git a/src/client/abstractui.cpp b/src/client/abstractui.cpp index 6a887655..5657d793 100644 --- a/src/client/abstractui.cpp +++ b/src/client/abstractui.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,13 +15,9 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "abstractui.h" -bool AbstractUi::_visible = false; - -AbstractUi::AbstractUi(QObject *parent) : QObject(parent) { - -} +// this file is needed to make automoc work