aboutsummaryrefslogtreecommitdiff
path: root/src/gui/conversation.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-02 20:28:23 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-02 20:28:23 +0000
commit090f72206483b1a918705c079384e9cd2a190671 (patch)
tree19c1bd5c190c19d18db36aaed5a5ad37a092509f /src/gui/conversation.h
parent4a843c631b3fe16898b7c70a4923eb4c8419af8b (diff)
downloadopen-axiom-090f72206483b1a918705c079384e9cd2a190671.tar.gz
* gui/conversation.h (Question::leaveEvent): Remove.
(Question::focusOutEvent): Likewise. * gui/conversation.cc: Remove corresponding definitions.
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;