]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabularCreate.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiTabularCreate.cpp
index ba167bd384ca4439c85c628e686358915af03d0c..12641443a2468e58126da12a26954eac33cbf8fd 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "support/convert.h"
 
-#include <QCloseEvent>
 #include <QSpinBox>
 #include <QPushButton>
 
@@ -27,10 +26,9 @@ 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);
@@ -99,4 +97,4 @@ Dialog * createGuiTabularCreate(GuiView & lv)
 } // namespace frontend
 } // namespace lyx
 
-#include "GuiTabularCreate_moc.cpp"
+#include "moc_GuiTabularCreate.cpp"