diff options
author | megabigbug <megabigbug@yahoo.fr> | 2010-10-04 08:32:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-30 11:38:06 +0200 |
commit | 72af78494652e97cf2caaf05a4ac1613359400f6 (patch) | |
tree | a3968f159fd075a10c20ad2165ecef66b14b9eef /src/opensearch/opensearchmanager.h | |
parent | Added CtestConfig.cmake (diff) | |
download | rekonq-72af78494652e97cf2caaf05a4ac1613359400f6.tar.xz |
add an xml parser to the opensearch engine.
Diffstat (limited to 'src/opensearch/opensearchmanager.h')
-rw-r--r-- | src/opensearch/opensearchmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opensearch/opensearchmanager.h b/src/opensearch/opensearchmanager.h index fd4b3820..43f11640 100644 --- a/src/opensearch/opensearchmanager.h +++ b/src/opensearch/opensearchmanager.h @@ -32,6 +32,7 @@ // Rekonq Includes #include "rekonq_defines.h" +#include "suggestionparser.h" // KDE Includes #include <kio/jobclasses.h> @@ -43,7 +44,6 @@ class SuggestionEngine; class OpenSearchEngine; - /** * This class acts as a proxy between the SearchBar plugin * and the individual suggestion engine. @@ -92,7 +92,7 @@ private slots: void jobFinished(KJob *job); signals: - void suggestionReceived(const QString &text, const QStringList &suggestion); + void suggestionReceived(const QString &text, const ResponseList &suggestion); void openSearchEngineAdded(const QString &name, const QString &searchUrl, const QString &fileName); private: |