X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQSearch.h;h=3b27a639913033e68000ee959371810e66ba8fbe;hb=119986705849993d83de42b0d372623351535850;hp=0ad702c8d4868fd5a82d8cae0315d54811cb9406;hpb=1e3d2fce7fdf59ffebedee91ce50d02307ce2083;p=lyx.git diff --git a/src/frontends/qt2/QSearch.h b/src/frontends/qt2/QSearch.h index 0ad702c8d4..3b27a63991 100644 --- a/src/frontends/qt2/QSearch.h +++ b/src/frontends/qt2/QSearch.h @@ -1,10 +1,12 @@ // -*- C++ -*- /** * \file QSearch.h - * Copyright 2001 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * \author John Levon + * \author John Levon + * + * Full author contact details are available in file CREDITS */ #ifndef QSEARCH_H @@ -29,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