X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiSearch.h;h=b56555307456b50c33b821213939d26b62c40721;hb=ba76bf5eb85db5a10839fccee3430d906d3f7b70;hp=73c5d40644dc59687d74d5787e98a6bae5cde89e;hpb=6f3cdf8da80a6b3889f2a3b8b53f44590152d600;p=lyx.git diff --git a/src/frontends/qt4/GuiSearch.h b/src/frontends/qt4/GuiSearch.h index 73c5d40644..b565553074 100644 --- a/src/frontends/qt4/GuiSearch.h +++ b/src/frontends/qt4/GuiSearch.h @@ -24,7 +24,7 @@ class GuiSearch : public GuiDialog, public Ui::SearchUi Q_OBJECT public: - GuiSearch(LyXView & lv); + GuiSearch(GuiView & lv); private Q_SLOTS: void findChanged(); @@ -33,8 +33,7 @@ private Q_SLOTS: void replaceallClicked(); private: - void showView(); - void closeEvent(QCloseEvent * e); + void showEvent(QShowEvent * e); /// bool initialiseParams(std::string const &) { return true; } void clearParams() {}