]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormError.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormError.h
index 9af9085ed7b42dd2b7f9eddac1bbdb8643455edc..fc95d9a2e3bc50df6eefe5c3573fce378a280d4e 100644 (file)
@@ -1,30 +1,30 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormError.h
- * Copyright 2000-2002 the LyX Team
- * Read the file COPYING
+ * \file FormError.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMERROR_H
 #define FORMERROR_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
+
 
 class ControlError;
 struct FD_error;
 
 /** This class provides an XForms implementation of the Error Dialog.
  */
-class FormError : public FormCB<ControlError, FormDB<FD_error> > {
+class FormError : public FormController<ControlError, FormView<FD_error> > {
 public:
        /// Constructor
-       FormError();
+       FormError(Dialog &);
 private:
        /// not needed.
        virtual void apply() {}