Fix slot name.

svn path=/trunk/KDE/kdebase/apps/; revision=1037776
This commit is contained in:
Raphael Kubo da Costa 2009-10-19 23:27:49 +00:00
parent dd6febd314
commit 3ca71b3a06

View file

@ -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)));
}