X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=02dce7a7a1bb65ab7a68207590a9ea99e65420e1;hp=a5cbe7bdf22731bea79fdcbf387718921ea8c707;hb=9cb22a9cccbdf2bd71568ec3989d41ca167326da;hpb=3013f4e095802e906c85878436da9e2ee3f9028c diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index a5cbe7bd..02dce7a7 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2010 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 * @@ -27,6 +27,7 @@ #include #include #include +#include #include "chatlinemodel.h" #include "messagefilter.h" @@ -123,8 +124,6 @@ public: bool isScrollingAllowed() const; - virtual bool event(QEvent *e); - public slots: void updateForViewport(qreal width, qreal height); void setWidth(qreal width);