X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiTabularCreate.cpp;h=12641443a2468e58126da12a26954eac33cbf8fd;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=2a8b5f6436f48815f96b13a7ce5da504e7ab5fc4;hpb=42015a8ebd17092c9b55c9519015119d04f52218;p=lyx.git diff --git a/src/frontends/qt4/GuiTabularCreate.cpp b/src/frontends/qt4/GuiTabularCreate.cpp index 2a8b5f6436..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(GuiView & lv) - : GuiDialog(lv, "tabularcreate") + : GuiDialog(lv, "tabularcreate", qt_("Insert Table")) { setupUi(this); - setViewTitle(_("Insert Table")); rowsSB->setValue(5); columnsSB->setValue(5); @@ -100,4 +97,4 @@ Dialog * createGuiTabularCreate(GuiView & lv) } // namespace frontend } // namespace lyx -#include "GuiTabularCreate_moc.cpp" +#include "moc_GuiTabularCreate.cpp"