]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiThesaurus.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiThesaurus.h
index 57544a6b3e96c477d33661529cd80ac40bce2241..5fab7f69781279d9c38225f2387a245e048d8bac 100644 (file)
@@ -28,6 +28,8 @@ class GuiThesaurus : public GuiDialog, public Ui::ThesaurusUi
 public:
        GuiThesaurus(GuiView & lv);
 
+       void checkStatus();
+
 private Q_SLOTS:
        void change_adaptor();
        void entryChanged();
@@ -54,8 +56,7 @@ private:
        void replace(docstring const & newstr);
 
        /// get meanings
-       Thesaurus::Meanings const & getMeanings(docstring const & str,
-               docstring const & lang);
+       Thesaurus::Meanings const & getMeanings(WordLangTuple const & wl);
 
 private:
        /// last string looked up