┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-21 22:08:59 +0000
committerPeter Penz <[email protected]>2009-11-21 22:08:59 +0000
commit35ba6eb132a2b969a53ee31e3a26d72a371e02d6 (patch)
tree42cefbf2bf14519c3c5c33c0129f98933cbd6f6c /src/search/dolphinsearchbox.cpp
parent42372dc3b5f4ffd2cabef9a508d3a44bb95612de (diff)
* show only a minimized set of search options per default
* remember the search options when closing Dolphin, so that the user can adjust his "default search template" svn path=/trunk/KDE/kdebase/apps/; revision=1052499
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index 4375974a4..507becabd 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -250,6 +250,8 @@ DolphinSearchBox::DolphinSearchBox(QWidget* parent) :
hLayout->addWidget(m_searchInput);
connect(m_searchInput, SIGNAL(returnPressed()),
this, SLOT(emitSearchSignal()));
+ connect(m_searchInput, SIGNAL(textChanged(QString)),
+ this, SIGNAL(searchTextChanged(QString)));
}
DolphinSearchBox::~DolphinSearchBox()