]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QTocDialog.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QTocDialog.C
index 9db0e95276a5c0f52bae05362a786df6df80677d..7c01d81548935997de1c6e77d93abdfaabca547e 100644 (file)
@@ -3,13 +3,13 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
+
 #ifdef __GNUG__
 #pragma implementation
 #endif
@@ -20,6 +20,7 @@
 #include <qlistview.h>
 #include <qpushbutton.h>
 
+
 QTocDialog::QTocDialog(QToc * form)
        : QTocDialogBase(0, 0, false, 0),
        form_(form)