Added direct search of translation, changed searching for translation of words list...
[mdictionary] / trunk / src / base / gui / MainWindow.h
index 57091f9..be80f29 100644 (file)
@@ -42,7 +42,7 @@ class MainWindow : public QMainWindow
 public:
     explicit MainWindow(Backbone* backbone, QWidget *parent = 0);
     ~MainWindow();
-    void search(QStringList);
+    void searchExactWord(QString);
 
 
 public Q_SLOTS:
@@ -52,7 +52,7 @@ public Q_SLOTS:
 Q_SIGNALS:
     //! Request to backbone to stop all it's activities
     void quit();
-    void searchWordList(QStringList);
+    void search(QString);
 
 protected:
     /*! When user wants to close application, we first sends signal to stop all