]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QAbout.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QAbout.h
index 00c360627dcc78b36116d7c1243385ce10af96c2..622510c755de4d5c2ae14f7364ca364810d10584 100644 (file)
@@ -1,19 +1,23 @@
 // -*- 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
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "Qt2Base.h"
-#include "boost/utility.hpp"
 
-class LyXView;
 class QAboutDialog;
 class ControlAboutlyx;
 
@@ -22,7 +26,6 @@ class QAbout
 {
 public:
        QAbout();
-
 private:
        /// not needed
        virtual void apply() {}