X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfr0.h;h=923a4af19bc5f1ae04659e06ca6a94dfefa784c7;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=9372fd5d3a167313a2fca290ef60ca93b5aec230;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/lyxfr0.h b/src/lyxfr0.h index 9372fd5d3a..923a4af19b 100644 --- a/src/lyxfr0.h +++ b/src/lyxfr0.h @@ -1,6 +1,6 @@ // -*- C++ -*- -#ifndef _LYXFR0_H -#define _LYXFR0_H +#ifndef LYXFR0_H +#define LYXFR0_H #ifdef __GNUG__ #pragma interface @@ -54,7 +54,7 @@ protected: /// replace buttons enabled? bool fReplaceEnabled; /// search string - LString lsSearch; + string lsSearch; /// void SetReplaceEnabled(bool fEnabled); @@ -70,11 +70,11 @@ protected: /// bool MatchWord() { return fMatchWord; } /// - LString const SearchString() { return lsSearch; } + string const SearchString() { return lsSearch; } /// - void SetSearchString(LString const &ls); + void SetSearchString(string const &ls); /// - LString const ReplaceString(); + string const ReplaceString(); /// bool ValidSearchData() { return !lsSearch.empty(); }