X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiSpellchecker.h;h=5851e8ceda5e31cd9e3c05df50727546f2ca4135;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=c378aacebad23d3cdff76356a4a7d721fa7fab62;hpb=2b2150302283f6751ffd33e518893cc0da3170cb;p=lyx.git diff --git a/src/frontends/qt4/GuiSpellchecker.h b/src/frontends/qt4/GuiSpellchecker.h index c378aaceba..5851e8ceda 100644 --- a/src/frontends/qt4/GuiSpellchecker.h +++ b/src/frontends/qt4/GuiSpellchecker.h @@ -31,12 +31,12 @@ class SpellcheckerWidget : public QTabWidget Q_OBJECT public: - SpellcheckerWidget(GuiView * gv, QWidget * parent = 0); + SpellcheckerWidget(GuiView * gv, DockView * dv, QWidget * parent = 0); ~SpellcheckerWidget(); /// void updateView(); /// - bool initialiseParams(std::string const & data); + bool initialiseParams(std::string const &); private Q_SLOTS: void on_findNextPB_clicked(); @@ -71,7 +71,7 @@ public: private: ///{ void updateView(); - bool initialiseParams(std::string const &) { return true; } + bool initialiseParams(std::string const & data) { return widget_->initialiseParams(data); } void clearParams() {} void dispatchParams() {} bool isBufferDependent() const { return false; }