]> 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 7f0de19d064b3bf7eb8826dfbf2eaed40df8deb4..622510c755de4d5c2ae14f7364ca364810d10584 100644 (file)
@@ -1,20 +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 Dialogs;
-class LyXView;
 class QAboutDialog;
 class ControlAboutlyx;
 
@@ -22,8 +25,7 @@ class QAbout
        : public Qt2CB<ControlAboutlyx, Qt2DB<QAboutDialog> >
 {
 public:
-       QAbout(ControlAboutlyx &, Dialogs &);
-
+       QAbout();
 private:
        /// not needed
        virtual void apply() {}