X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Finputline.h;h=dc6d691ceeb1dd3c1285af8dfd04c125b6c3299d;hp=ff6091d41fdcea31aa7352eeeae160b441e1c97f;hb=74b71a1dde2e2cab142a641db6e696595cf62493;hpb=b2c1179d290dc97f2c8497db9ed0c8adcc679ed7 diff --git a/src/uisupport/inputline.h b/src/uisupport/inputline.h index ff6091d4..dc6d691c 100644 --- a/src/uisupport/inputline.h +++ b/src/uisupport/inputline.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -35,6 +35,7 @@ public: protected: // virtual bool event(QEvent *); virtual void keyPressEvent(QKeyEvent * event); + virtual bool eventFilter(QObject *watched, QEvent *event); private slots: void on_returnPressed();