]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSpellchecker.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiSpellchecker.h
index c378aacebad23d3cdff76356a4a7d721fa7fab62..41989697cf0695e72a7c167a27d2b8003a10e493 100644 (file)
@@ -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,8 @@ public:
 private:
        ///{
        void updateView();
-       bool initialiseParams(std::string const &) { return true; }
+       bool initialiseParams(std::string const & sdata)
+               { return widget_->initialiseParams(sdata); }
        void clearParams() {}
        void dispatchParams() {}
        bool isBufferDependent() const { return false; }