]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiThesaurus.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiThesaurus.h
index e5671fba36e756f5fee9cf7f0bb1a4c452851c3a..57544a6b3e96c477d33661529cd80ac40bce2241 100644 (file)
@@ -37,7 +37,6 @@ private Q_SLOTS:
        void itemClicked(QTreeWidgetItem *, int);
 
 private:
-       void closeEvent(QCloseEvent * e);
        /// update
        void updateContents();
        ///
@@ -55,7 +54,8 @@ private:
        void replace(docstring const & newstr);
 
        /// get meanings
-       Thesaurus::Meanings const & getMeanings(docstring const & str);
+       Thesaurus::Meanings const & getMeanings(docstring const & str,
+               docstring const & lang);
 
 private:
        /// last string looked up
@@ -67,6 +67,9 @@ private:
        /// original string
        docstring text_;
 
+       /// language
+       docstring lang_;
+
        /// not needed.
        void apply() {}
 };