]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormAboutlyx.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormAboutlyx.h
index 6156600a4a1d8b0135ebe25e02ac3309c0c3abc4..4eb32c627753b032431dc9f3b3c97844b1a30330 100644 (file)
@@ -1,23 +1,20 @@
 // -*- C++ -*-
 /**
  * \file FormAboutlyx.h
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Edwin Leuven, leuven@fee.uva.nl
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Edwin Leuven
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMABOUTLYX_H
 #define FORMABOUTLYX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "FormBase.h"
 
-#include <vector>
+#include "FormDialogView.h"
 
 #include <boost/scoped_ptr.hpp>
 
@@ -29,10 +26,11 @@ struct FD_aboutlyx_license;
 
 /** This class provides an XForms implementation of the FormAboutlyx Dialog.
  */
-class FormAboutlyx : public FormCB<ControlAboutlyx, FormDB<FD_aboutlyx> > {
+class FormAboutlyx
+       : public FormController<ControlAboutlyx, FormView<FD_aboutlyx> > {
 public:
        ///
-       FormAboutlyx(ControlAboutlyx &);
+       FormAboutlyx(Dialog &);
 
 private:
        /// not needed.
@@ -50,4 +48,5 @@ private:
        boost::scoped_ptr<FD_aboutlyx_license> license_;
 };
 
+
 #endif // FORMABOUTLYX_H