X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiTabularCreate.cpp;h=12641443a2468e58126da12a26954eac33cbf8fd;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=76f4362e3d2676c2ecd259a9cbe94ca90e183c1f;hpb=6f3cdf8da80a6b3889f2a3b8b53f44590152d600;p=lyx.git diff --git a/src/frontends/qt4/GuiTabularCreate.cpp b/src/frontends/qt4/GuiTabularCreate.cpp index 76f4362e3d..12641443a2 100644 --- a/src/frontends/qt4/GuiTabularCreate.cpp +++ b/src/frontends/qt4/GuiTabularCreate.cpp @@ -17,21 +17,18 @@ #include "support/convert.h" -#include #include #include -using std::string; - +using namespace std; namespace lyx { namespace frontend { -GuiTabularCreate::GuiTabularCreate(LyXView & lv) - : GuiDialog(lv, "tabularcreate") +GuiTabularCreate::GuiTabularCreate(GuiView & lv) + : GuiDialog(lv, "tabularcreate", qt_("Insert Table")) { setupUi(this); - setViewTitle(_("Insert Table")); rowsSB->setValue(5); columnsSB->setValue(5); @@ -91,7 +88,7 @@ void GuiTabularCreate::dispatchParams() } -Dialog * createGuiTabularCreate(LyXView & lv) +Dialog * createGuiTabularCreate(GuiView & lv) { return new GuiTabularCreate(lv); } @@ -100,4 +97,4 @@ Dialog * createGuiTabularCreate(LyXView & lv) } // namespace frontend } // namespace lyx -#include "GuiTabularCreate_moc.cpp" +#include "moc_GuiTabularCreate.cpp"