]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormThesaurus.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormThesaurus.h
index d4e0ecfdc20e66d27cd6b3876dd4f00b30980240..7b0ab9c6240dd7c7890b311353c0f09db36b96e4 100644 (file)
 #ifndef FORMTHESAURUS_H
 #define FORMTHESAURUS_H
 
-
 #include "FormDialogView.h"
 
-
 class ControlThesaurus;
 struct FD_thesaurus;
 
@@ -35,10 +33,10 @@ private:
        virtual void update();
 
        /// set the replace word properly
-       void setReplace(string const & templ, string const & nstr);
+       void setReplace(std::string const & templ, std::string const & nstr);
 
        /// update browser entries
-       void updateMeanings(string const & str);
+       void updateMeanings(std::string const & str);
 
        /// Filter the inputs
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
@@ -47,7 +45,7 @@ private:
        int clickline_;
 
        /// current string
-       string str_;
+       std::string str_;
 };
 
 #endif // FORMTHESAURUS_H