]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QAbout.h
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / QAbout.h
index eafe752b6c21e04172ff4aff0092af71da705921..5b884035ae799def577077485568ca88d3d7b004 100644 (file)
@@ -1,36 +1,35 @@
 // -*- 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;
 
 class QAbout
        : public Qt2CB<ControlAboutlyx, Qt2DB<QAboutDialog> >
 {
-public: 
-       QAbout(ControlAboutlyx &);
-
-private: 
+public:
+       QAbout();
+private:
        /// not needed
        virtual void apply() {}
        /// not needed
        virtual void update_contents() {}
        // build the dialog
-       virtual void build();
+       virtual void build_dialog();
 };
 
 #endif // FORMABOUT_H