summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircmisc.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircmisc.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircmisc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/opieirc/ircmisc.h b/noncore/net/opieirc/ircmisc.h
index 7151e6b..6a8db50 100644
--- a/noncore/net/opieirc/ircmisc.h
+++ b/noncore/net/opieirc/ircmisc.h
@@ -77,3 +77,3 @@ protected:
-/* A QLineEdit with history functionality */
+/* A QLineEdit with history functionality and tab completion */
@@ -83,2 +83,3 @@ public:
IRCHistoryLineEdit(QWidget *parent = 0, const char *name = 0);
+ virtual bool eventFilter(QObject *object, QEvent *event);
protected: