]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWrap.cpp
Use QMessageBox for toggleWarning if possible
[lyx.git] / src / frontends / qt4 / GuiWrap.cpp
index ebc78bbacf398099f271bc1e045b7fa033eeeb64..a13f9a475b587ff4ed5908511fdc24651d4fafd2 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Spitzmüller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -100,7 +100,7 @@ void GuiWrap::applyView()
        Length::UNIT overhangUnit = overhangUnitLC->currentLengthItem();
        if (overhangED->text().isEmpty())
                overhangUnit = Length::UNIT_NONE;
-       
+
        params_.width = Length(width_value, widthUnit);
 
        if (overhangCB->checkState() == Qt::Checked)
@@ -215,4 +215,4 @@ Dialog * createGuiWrap(GuiView & lv) { return new GuiWrap(lv); }
 } // namespace lyx
 
 
-#include "GuiWrap_moc.cpp"
+#include "moc_GuiWrap.cpp"