┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-22 14:08:11 +0000
committerPeter Penz <[email protected]>2011-01-22 14:08:11 +0000
commit51a4c273a0ff8b8bc27f4ecb3ab155e18361955a (patch)
treea500cae1ddd67a2e0b4f4501fa0b6b165509dfb0 /src/search/dolphinsearchbox.cpp
parentc9f913255502d034a8c380c07781c747e5333c59 (diff)
SVN_SILENT: Coding style updates
svn path=/trunk/KDE/kdebase/apps/; revision=1216293
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index af0f12389..bc1445cb7 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -163,7 +163,7 @@ void DolphinSearchBox::showEvent(QShowEvent* event)
void DolphinSearchBox::keyReleaseEvent(QKeyEvent* event)
{
QWidget::keyReleaseEvent(event);
- if ((event->key() == Qt::Key_Escape)) {
+ if (event->key() == Qt::Key_Escape) {
if (m_searchInput->text().isEmpty()) {
emit closeRequest();
} else {