]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabularCreate.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiTabularCreate.h
index a56001a66cd8c03c7ea5d65fc9541c0b00a492d6..312eee81b965b3fb6943251408c395a5cdc5382c 100644 (file)
@@ -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<size_t, size_t> rowsCols;