X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiFloat.cpp;h=773a7f0ba88dacb917789f8c568614f59adf8b4d;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=03c059b843f4c770f97ca19f20532db9296796cc;hpb=9f3c7cf1ea1851cd77bd07b369a602a9608c265d;p=lyx.git diff --git a/src/frontends/qt4/GuiFloat.cpp b/src/frontends/qt4/GuiFloat.cpp index 03c059b843..773a7f0ba8 100644 --- a/src/frontends/qt4/GuiFloat.cpp +++ b/src/frontends/qt4/GuiFloat.cpp @@ -17,7 +17,6 @@ #include "insets/InsetFloat.h" -#include #include using namespace std; @@ -73,7 +72,7 @@ void GuiFloat::applyView() bool GuiFloat::initialiseParams(string const & data) { - InsetFloatMailer::string2params(data, params_); + InsetFloat::string2params(data, params_); return true; } @@ -86,7 +85,7 @@ void GuiFloat::clearParams() void GuiFloat::dispatchParams() { - dispatch(FuncRequest(getLfun(), InsetFloatMailer::params2string(params_))); + dispatch(FuncRequest(getLfun(), InsetFloat::params2string(params_))); } @@ -96,4 +95,4 @@ Dialog * createGuiFloat(GuiView & lv) { return new GuiFloat(lv); } } // namespace frontend } // namespace lyx -#include "GuiFloat_moc.cpp" +#include "moc_GuiFloat.cpp"