]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QAbout.h
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / QAbout.h
index d08dae41a8a09d5020fe24e53079f38b6d5b1966..5b884035ae799def577077485568ca88d3d7b004 100644 (file)
@@ -1,20 +1,20 @@
 // -*- C++ -*-
 /**
  * \file QAbout.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 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
+ * \author Kalle Dalheimer
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMABOUT_H
 #define FORMABOUT_H
 
+
 #include "Qt2Base.h"
-#include "boost/utility.hpp"
 
-class Dialogs;
-class LyXView;
 class QAboutDialog;
 class ControlAboutlyx;
 
@@ -22,8 +22,7 @@ class QAbout
        : public Qt2CB<ControlAboutlyx, Qt2DB<QAboutDialog> >
 {
 public:
-       QAbout(ControlAboutlyx &);
-
+       QAbout();
 private:
        /// not needed
        virtual void apply() {}