From 1201c618842c8c03825be82478f923874d24f690 Mon Sep 17 00:00:00 2001 From: Matthias Fuchs Date: Tue, 27 Oct 2009 12:33:40 +0000 Subject: Fixes double inserting of terms, interestingly this problem did not existed before than the code was written. svn path=/trunk/KDE/kdebase/apps/; revision=1041128 --- src/search/dolphinsearchbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/search/dolphinsearchbox.h') diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index 018612564..e3f07a265 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -43,7 +43,6 @@ public: public slots: void highlighted(const QModelIndex& index); - void activated(const QModelIndex& index); void slotTextEdited(const QString &text); private: -- cgit v1.3.1