]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfr0.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / lyxfr0.h
index 9372fd5d3a167313a2fca290ef60ca93b5aec230..923a4af19bc5f1ae04659e06ca6a94dfefa784c7 100644 (file)
@@ -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(); }