]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QSearch.h
partial fonts fix. Like Juergen said we really need our own dialog.
[lyx.git] / src / frontends / qt2 / QSearch.h
index 5674d2258d68e683882b67b798e6cf5e89208dc7..3b27a639913033e68000ee959371810e66ba8fbe 100644 (file)
@@ -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