X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fintl.h;h=beba4d595a60b70134141f120e634bde0e3cc3ce;hb=6d164fa2bf4ee480c177e3bb2826e58d8ccec559;hp=afb1ce44db29d63216476d02c8590361dc615378;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/intl.h b/src/intl.h index afb1ce44db..beba4d595a 100644 --- a/src/intl.h +++ b/src/intl.h @@ -3,19 +3,20 @@ */ -#ifndef _INTL_H -#define _INTL_H +#ifndef INTL_H +#define INTL_H #ifdef __GNUG__ #pragma interface #endif +#include "LString.h" #include "form1.h" class LyXText; class Combox; class TransManager; -class LString; + /// default character set #define DEFCHSET "iso8859-1" @@ -46,10 +47,10 @@ public: void ToggleKeyMap(); /// - int SetPrimary(LString const &); + int SetPrimary(string const &); /// - int SetSecondary(LString const &); + int SetSecondary(string const &); // insert correct stuff into paragraph //void TranslateAndInsert(char c, LyXText *text); @@ -90,9 +91,9 @@ private: /// Combox *Language2; /// - LString& prim_lang; + string & prim_lang; /// - LString& sec_lang; + string & sec_lang; /// TransManager *trans; };