]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QError.h
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / QError.h
index 1737a700ba530af0a395597b486d0971b8dacc70..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 QError :
-       public Qt2CB<ControlError, Qt2DB<QErrorDialog> >
+class QError
+       public Qt2CB<ControlError, Qt2DB<QErrorDialog> >
 {
+public:
        friend class QErrorDialog;
 
-public:
        QError();
-
 private:
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog