]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiSearch.h
Factorize general code out of GuiDialog and into the base Dialog class. This is now...
[features.git] / src / frontends / qt4 / GuiSearch.h
index 9f6f0d969a44b96787120cebced544dae59782ee..85ea64843e997a79427273b784745c460078a298 100644 (file)
@@ -33,7 +33,7 @@ private Q_SLOTS:
        void replaceallClicked();
 
 private:
-       void showView();
+       void showEvent(QShowEvent * e);
        void closeEvent(QCloseEvent * e);
        ///
        bool initialiseParams(std::string const &) { return true; }