]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QLogDialog.h
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / QLogDialog.h
index b670c5ae509ffdc1f8295d8716b7e845b9acbbba..c9295249d5c7510299367508e8dadbbd61b3e2d7 100644 (file)
@@ -1,32 +1,30 @@
+// -*- C++ -*-
 /**
  * \file QLogDialog.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 QLOGDIALOG_H
 #define QLOGDIALOG_H
 
-#include <config.h>
 
 #include "ui/QLogDialogBase.h"
 
 class QLog;
 
-class QLogDialog : public QLogDialogBase
-{ Q_OBJECT
-
+class QLogDialog : public QLogDialogBase {
+       Q_OBJECT
 public:
        QLogDialog(QLog * form);
-
 protected slots:
        virtual void updateClicked();
-
 protected:
        virtual void closeEvent(QCloseEvent * e);
-
 private:
        QLog * form_;
 };