From de1dcbbf938c5468fc5803ddc0bcd595188fc9a3 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 29 May 2011 22:12:47 +0000 Subject: --- src/gui/conversation.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/conversation.h') diff --git a/src/gui/conversation.h b/src/gui/conversation.h index 2a174e58..85220122 100644 --- a/src/gui/conversation.h +++ b/src/gui/conversation.h @@ -78,6 +78,12 @@ namespace OpenAxiom { explicit Question(Exchange&); Exchange* exchange() const { return parent; } + protected: + void enterEvent(QEvent*); + void leaveEvent(QEvent*); + void focusInEvent(QFocusEvent*); + void focusOutEvent(QFocusEvent*); + private: Exchange* const parent; }; -- cgit v1.2.3