]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiTabular.cpp
index 4d5c202b5706e274b3d652ebab3897e8a928cf09..54bf939037bd88f11b21e32ea349362c772ab9bf 100644 (file)
@@ -926,7 +926,7 @@ bool GuiTabular::initialiseParams(string const & data)
        }
 
        InsetTabular tmp(buffer());
-       InsetTabularMailer::string2params(data, tmp);
+       InsetTabular::string2params(data, tmp);
        tabular_ = Tabular(tmp.tabular);
        return true;
 }