]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QMinipageDialog.h
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / QMinipageDialog.h
index 3e2dc0775106429da7029c01e7a561d262e54d1c..fc9fe2b13cfcefc0372123864aa57fb7b6804aeb 100644 (file)
@@ -1,32 +1,30 @@
+// -*- C++ -*-
 /**
  * \file QMinipageDialog.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 QMINIPAGEDIALOG_H
 #define QMINIPAGEDIALOG_H
 
-#include <config.h>
 
 #include "ui/QMinipageDialogBase.h"
 
 class QMinipage;
 
-class QMinipageDialog : public QMinipageDialogBase
-{ Q_OBJECT
-
+class QMinipageDialog : public QMinipageDialogBase {
+       Q_OBJECT
 public:
        QMinipageDialog(QMinipage * form);
-
 protected slots:
        virtual void change_adaptor();
-
 protected:
        virtual void closeEvent(QCloseEvent * e);
-
 private:
        QMinipage * form_;
 };