summaryrefslogtreecommitdiff
path: root/src/lineedit.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-08-01 15:11:11 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-08-01 15:11:11 +0200
commit8baa424e3addad300fc22baf9636fc294efdcb56 (patch)
tree36c2b66b6399c3308e467e25dffd131c298b7f0b /src/lineedit.cpp
parentFixing a bit enum OpenType names.. (diff)
downloadrekonq-8baa424e3addad300fc22baf9636fc294efdcb56.tar.xz
fix focus when right click bug
Diffstat (limited to 'src/lineedit.cpp')
-rw-r--r--src/lineedit.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lineedit.cpp b/src/lineedit.cpp
index fd43346d..270d1634 100644
--- a/src/lineedit.cpp
+++ b/src/lineedit.cpp
@@ -69,17 +69,6 @@ void LineEdit::focusInEvent(QFocusEvent *event)
KLineEdit::focusInEvent(event);
}
-
-void LineEdit::focusOutEvent(QFocusEvent *event)
-{
- KLineEdit::focusOutEvent(event);
-
- // reset cursor state and deselect
- setCursorPosition(0);
- deselect();
-}
-
-
void LineEdit::mouseDoubleClickEvent(QMouseEvent *)
{
selectAll();