X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQSearch.h;h=3b27a639913033e68000ee959371810e66ba8fbe;hb=119986705849993d83de42b0d372623351535850;hp=df6df73f18c54c6f091659ddede92be6d345d09c;hpb=417a4da1758756827b591118630220547401f1f7;p=lyx.git diff --git a/src/frontends/qt2/QSearch.h b/src/frontends/qt2/QSearch.h index df6df73f18..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 @@ -19,30 +21,29 @@ class ControlSearch; class QSearchDialog; + /// class QSearch - : public Qt2CB > + : public Qt2CB > { public: /// friend class QSearchDialog; /// - QSearch(ControlSearch &); - + 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