X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiTabularCreate.h;h=312eee81b965b3fb6943251408c395a5cdc5382c;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=45f14a883881af4ec381da9cdb7d3d1e76e325cb;hpb=540a00cd02f9b1198255ff5896956c82eb9f41b8;p=lyx.git diff --git a/src/frontends/qt4/GuiTabularCreate.h b/src/frontends/qt4/GuiTabularCreate.h index 45f14a8838..312eee81b9 100644 --- a/src/frontends/qt4/GuiTabularCreate.h +++ b/src/frontends/qt4/GuiTabularCreate.h @@ -21,21 +21,17 @@ namespace lyx { namespace frontend { -class GuiTabularCreate - : public GuiDialog, public Ui::TabularCreateUi, public Controller +class GuiTabularCreate : public GuiDialog, public Ui::TabularCreateUi { Q_OBJECT public: - GuiTabularCreate(LyXView & lv); + GuiTabularCreate(GuiView & lv); private Q_SLOTS: void columnsChanged(int); void rowsChanged(int); - /// parent controller - Controller & controller() { return *this; } - private: /// Apply changes void applyView(); @@ -48,7 +44,7 @@ private: /// bool isBufferDependent() const { return true; } /// - kb_action getLfun() const { return LFUN_TABULAR_INSERT; } + FuncCode getLfun() const { return LFUN_TABULAR_INSERT; } /// typedef std::pair rowsCols;