From e09b7ab685d29eba947c3bb021192408acae70be Mon Sep 17 00:00:00 2001 From: wazlaf Date: Tue, 15 Oct 2002 10:11:31 +0000 Subject: some qwhatsthis introduced, the IRCHistoryLineEdit now catches tabs --- (limited to 'noncore/net/opieirc/ircmisc.h') 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 @@ -75,12 +75,13 @@ protected: QArray m_colors; }; -/* A QLineEdit with history functionality */ +/* A QLineEdit with history functionality and tab completion */ class IRCHistoryLineEdit : public QLineEdit { Q_OBJECT public: IRCHistoryLineEdit(QWidget *parent = 0, const char *name = 0); + virtual bool eventFilter(QObject *object, QEvent *event); protected: void keyPressEvent(QKeyEvent *); protected: -- cgit v0.9.0.2