aboutsummaryrefslogtreecommitdiff
path: root/src/gui/conversation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/conversation.h')
-rw-r--r--src/gui/conversation.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/conversation.h b/src/gui/conversation.h
index 8f379f8d..31883a8f 100644
--- a/src/gui/conversation.h
+++ b/src/gui/conversation.h
@@ -81,10 +81,8 @@ namespace OpenAxiom {
Exchange* exchange() const { return parent; }
protected:
- void enterEvent(QEvent*);
- void leaveEvent(QEvent*);
- void focusInEvent(QFocusEvent*);
- void focusOutEvent(QFocusEvent*);
+ void enterEvent(QEvent*);
+ void focusInEvent(QFocusEvent*);
private:
Exchange* const parent;