]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QError.h
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / QError.h
index 17a498afb9e0b3be5ef9b2edef2a4b247a74a1b6..a697a8a4c14552097069fb03a62c614671ac2033 100644 (file)
@@ -1,32 +1,34 @@
 // -*- C++ -*-
 /**
  * \file QError.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 QERROR_H
 #define QERROR_H
 
+
 #include "Qt2Base.h"
 
 class ControlError;
 class QErrorDialog;
-class Dialogs;
 
-class QError :
-       public Qt2CB<ControlError, Qt2DB<QErrorDialog> >
-{
-       friend class QErrorDialog;
 
+class QError
+       : public Qt2CB<ControlError, Qt2DB<QErrorDialog> >
+{
 public:
-       QError(ControlError &, Dialogs &);
+       friend class QErrorDialog;
 
+       QError();
 private:
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog