]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Menubar_pimpl.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Menubar_pimpl.C
index 1747534dc27154f37fbe103a70aea5f6f93a7d49..b4c70ced499d1a3d04f53da77fe6014124eda778 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file Menubar_pimpl.C
+ * \file qt2/Menubar_pimpl.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,8 +10,6 @@
 
 #include <config.h>
 
-#include <algorithm>
-
 #ifdef __GNUG__
 #pragma implementation
 #endif
@@ -34,6 +32,8 @@
 #include <qmenubar.h>
 #include <qcursor.h>
 
+#include <algorithm>
+
 using std::endl;
 using std::vector;
 using std::max;
@@ -41,6 +41,7 @@ using std::min;
 using std::for_each;
 using std::pair;
 
+
 Menubar::Pimpl::Pimpl(LyXView * view, MenuBackend const & mbe)
        : owner_(static_cast<QtView*>(view)), menubackend_(mbe)
 {