X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlSpellchecker.h;h=eeaf11e215b690d365662a267941a73b285b3044;hb=7ea7dabed1b72cc25dcbdc482ac006f2b61dacfd;hp=9b4cb72a599617a160d27ce0ef3e01e02c9df70e;hpb=0f18dddbd600f76e14d2e082a8bae0cf61961afe;p=lyx.git diff --git a/src/frontends/controllers/ControlSpellchecker.h b/src/frontends/controllers/ControlSpellchecker.h index 9b4cb72a59..eeaf11e215 100644 --- a/src/frontends/controllers/ControlSpellchecker.h +++ b/src/frontends/controllers/ControlSpellchecker.h @@ -19,19 +19,16 @@ #pragma interface #endif -#include "ControlDialogs.h" +#include "ControlDialog_impl.h" #include "sp_base.h" /** A controller for Spellchecker dialogs. */ -class ControlSpellchecker : public ControlDialog { +class ControlSpellchecker : public ControlDialogBD { public: /// ControlSpellchecker(LyXView &, Dialogs &); - /// - ~ControlSpellchecker(); - /// replace word with replacement void replace(string const &); @@ -44,9 +41,6 @@ public: /// ignore all occurances of word void ignoreAll(); - /// quit spellchecker - void quit(); - /// stop checking void stop(); @@ -75,10 +69,9 @@ public: private: /// set the params before show or update - void show(); - + void setParams(); /// clean-up on hide. - void hide(); + void clearParams(); /// not needed. virtual void apply() {} @@ -112,5 +105,3 @@ private: }; #endif // CONTROLSPELLCHECKER_H - -