From 3ca71b3a06c623dffdf36f9ecf7343aa144b8009 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Mon, 19 Oct 2009 23:27:49 +0000 Subject: [PATCH] Fix slot name. svn path=/trunk/KDE/kdebase/apps/; revision=1037776 --- src/search/dolphinsearchbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 312bfb1cb..f88f16f0a 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -96,7 +96,7 @@ DolphinSearchCompleter::DolphinSearchCompleter(KLineEdit* linedit) : view->setHeaderHidden(true); connect(q, SIGNAL(textEdited(QString)), this, SLOT(slotTextEdited(QString))); - connect(m_completer, SIGNAL(activated(QModelIndex)), this, SLOT(completionActivated(QModelIndex))); + connect(m_completer, SIGNAL(activated(QModelIndex)), this, SLOT(activated(QModelIndex))); connect(m_completer, SIGNAL(highlighted(QModelIndex)), this, SLOT(highlighted(QModelIndex))); } -- 2.47.3