diff options
| author | Raphael Kubo da Costa <[email protected]> | 2009-10-19 23:27:49 +0000 |
|---|---|---|
| committer | Raphael Kubo da Costa <[email protected]> | 2009-10-19 23:27:49 +0000 |
| commit | 3ca71b3a06c623dffdf36f9ecf7343aa144b8009 (patch) | |
| tree | 795fd83081bc57136c90138b52cf103510a7540f /src/search/dolphinsearchbox.cpp | |
| parent | dd6febd31446fefc65dbe3425e890b4802574742 (diff) | |
Fix slot name.
svn path=/trunk/KDE/kdebase/apps/; revision=1037776
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
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))); } |
