┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <[email protected]>2009-10-19 23:27:49 +0000
committerRaphael Kubo da Costa <[email protected]>2009-10-19 23:27:49 +0000
commit3ca71b3a06c623dffdf36f9ecf7343aa144b8009 (patch)
tree795fd83081bc57136c90138b52cf103510a7540f /src
parentdd6febd31446fefc65dbe3425e890b4802574742 (diff)
Fix slot name.
svn path=/trunk/KDE/kdebase/apps/; revision=1037776
Diffstat (limited to 'src')
-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 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)));
}