]> 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 7661537e9672d3603a5dd13c25a1feea0193e15c..7c01d81548935997de1c6e77d93abdfaabca547e 100644 (file)
@@ -1,19 +1,26 @@
 /**
  * \file QTocDialog.C
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
-#include "QTocDialog.h"
-#include "Dialogs.h"
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "QToc.h"
+#include "QTocDialog.h"
 
 #include <qlistview.h>
 #include <qpushbutton.h>
 
+
 QTocDialog::QTocDialog(QToc * form)
        : QTocDialogBase(0, 0, false, 0),
        form_(form)