X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQSearch.h;h=3b27a639913033e68000ee959371810e66ba8fbe;hb=119986705849993d83de42b0d372623351535850;hp=5674d2258d68e683882b67b798e6cf5e89208dc7;hpb=da4456f2aab5c449886cfb40ff6a141d347c92d1;p=lyx.git diff --git a/src/frontends/qt2/QSearch.h b/src/frontends/qt2/QSearch.h index 5674d2258d..3b27a63991 100644 --- a/src/frontends/qt2/QSearch.h +++ b/src/frontends/qt2/QSearch.h @@ -31,21 +31,19 @@ public: friend class QSearchDialog; /// QSearch(); - private: /// Apply changes - virtual void apply() {}; + virtual void apply() {} /// update - virtual void update_contents() {}; + virtual void update_contents() {} /// build the dialog virtual void build_dialog(); - - void find(string const & str, bool casesens, bool words, bool backwards); + void find(string const & str, bool casesens, + bool words, bool backwards); void replace(string const & findstr, string const & replacestr, bool casesens, bool words, bool all); - }; #endif // QSEARCH_H