Changed searching to accept list of words (backbone).
[mdictionary] / trunk / src / base / backbone / backbone.h
index 3ddcaf7..20c1bcc 100644 (file)
@@ -82,9 +82,9 @@ public Q_SLOTS:
     void stopSearching();
 
     /*! search for a word translation
-       \param word word to be translated
+       \param word list of words to be translated
       */
-    void search(QString word);
+    void search(QStringList word);
 
     /*! sets active dictionaries (searches are performed only in active dicts
        \param List of dictionaris to be activated