X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlSpellchecker.h;h=eeaf11e215b690d365662a267941a73b285b3044;hb=7ea7dabed1b72cc25dcbdc482ac006f2b61dacfd;hp=767c344a1c4f44280e06be94e8fc2b04cb48205b;hpb=188ec04f7037803047fed9837263435f54acc585;p=lyx.git diff --git a/src/frontends/controllers/ControlSpellchecker.h b/src/frontends/controllers/ControlSpellchecker.h index 767c344a1c..eeaf11e215 100644 --- a/src/frontends/controllers/ControlSpellchecker.h +++ b/src/frontends/controllers/ControlSpellchecker.h @@ -19,12 +19,12 @@ #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 &);