]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QTocDialog.h
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / QTocDialog.h
index f678e81c1cc079313a602c78bb95ff90a40f387f..2c568600bed9f21581b7bed580ef19e04f0dd4d1 100644 (file)
@@ -1,34 +1,34 @@
+// -*- C++ -*-
 /**
  * \file QTocDialog.h
- * 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
  */
 
 #ifndef QTOCDIALOG_H
 #define QTOCDIALOG_H
+
+
 #include "ui/QTocDialogBase.h"
 
 class QToc;
 
-class QTocDialog : public QTocDialogBase
-{ Q_OBJECT
-
+class QTocDialog : public QTocDialogBase {
+       Q_OBJECT
 public:
        QTocDialog(QToc * form);
        ~QTocDialog();
-
 public slots:
        void activate_adaptor(int);
        void depth_adaptor(int);
        void select_adaptor(QListViewItem *);
        void update_adaptor();
-
 protected:
        void closeEvent(QCloseEvent * e);
-
 private:
        QToc * form_;
 };