]> 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 63c04ea010b7f50e4df6cf0ad6a1b5bc411052e2..312eee81b965b3fb6943251408c395a5cdc5382c 100644 (file)
@@ -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;