X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiTabularCreate.h;h=312eee81b965b3fb6943251408c395a5cdc5382c;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=a56001a66cd8c03c7ea5d65fc9541c0b00a492d6;hpb=6f3cdf8da80a6b3889f2a3b8b53f44590152d600;p=lyx.git diff --git a/src/frontends/qt4/GuiTabularCreate.h b/src/frontends/qt4/GuiTabularCreate.h index a56001a66c..312eee81b9 100644 --- a/src/frontends/qt4/GuiTabularCreate.h +++ b/src/frontends/qt4/GuiTabularCreate.h @@ -26,7 +26,7 @@ class GuiTabularCreate : public GuiDialog, public Ui::TabularCreateUi Q_OBJECT public: - GuiTabularCreate(LyXView & lv); + GuiTabularCreate(GuiView & lv); private Q_SLOTS: void columnsChanged(int); @@ -44,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;