From 884b5ad3a91fff896fb3d53e590fe26300b1c957 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Oct 2009 19:24:05 +0000 Subject: add A search options widget, which later on will include Adam Kidder's search prototype from playground svn path=/trunk/KDE/kdebase/apps/; revision=1036776 --- src/search/dolphinsearchbox.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/search/dolphinsearchbox.cpp') diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index d224575ea..312bfb1cb 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -261,8 +261,8 @@ DolphinSearchBox::DolphinSearchBox(QWidget* parent) : m_searchInput->setClickMessage(i18nc("@label:textbox", "Search...")); m_searchInput->installEventFilter(this); hLayout->addWidget(m_searchInput); - connect(m_searchInput, SIGNAL(textEdited(const QString&)), - this, SLOT(slotTextEdited(const QString&))); + connect(m_searchInput, SIGNAL(textChanged(const QString&)), + this, SIGNAL(textChanged(const QString&))); connect(m_searchInput, SIGNAL(returnPressed()), this, SLOT(emitSearchSignal())); @@ -311,8 +311,4 @@ void DolphinSearchBox::emitSearchSignal() emit search(KUrl("nepomuksearch:/" + m_searchInput->text())); } -void DolphinSearchBox::slotTextEdited(const QString& text) -{ -} - #include "dolphinsearchbox.moc" -- cgit v1.3