From 82862fbd150afae0101757d1d6081e0e6ddf7baa Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 29 Apr 2009 11:24:11 +0200 Subject: astyle --- src/lineedit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lineedit.cpp') diff --git a/src/lineedit.cpp b/src/lineedit.cpp index bef65d27..c9df7bfa 100644 --- a/src/lineedit.cpp +++ b/src/lineedit.cpp @@ -53,7 +53,7 @@ void LineEdit::keyPressEvent(QKeyEvent *event) clearFocus(); event->accept(); } - + KLineEdit::keyPressEvent(event); } @@ -67,7 +67,7 @@ void LineEdit::contextMenuEvent(QContextMenuEvent *event) void LineEdit::focusInEvent(QFocusEvent *event) { selectAll(); - + KLineEdit::focusInEvent(event); } @@ -75,7 +75,7 @@ void LineEdit::focusInEvent(QFocusEvent *event) void LineEdit::focusOutEvent(QFocusEvent *event) { KLineEdit::focusOutEvent(event); - + // reset cursor state and deselect setCursorPosition(0); deselect(); -- cgit v1.2.1