]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCopyright.h
More pref work from Angus
[lyx.git] / src / frontends / xforms / FormCopyright.h
index fc56a2d9d1ca99066d616666f10a9cba262b1d07..8a0cf83aef066c55cc52ad0ebe29d53ff7b32982 100644 (file)
@@ -18,7 +18,6 @@
 #define FORMCOPYRIGHT_H
 
 #include "FormBase.h"
-#include "form_copyright.h"
 
 #ifdef __GNUG__
 #pragma interface
@@ -28,7 +27,7 @@ struct FD_form_copyright;
 
 /** This class provides an XForms implementation of the FormCopyright Dialog.
  */
-class FormCopyright : public FormBase {
+class FormCopyright : public FormBaseBI {
 public:
        /// #FormCopyright x(LyXFunc ..., Dialogs ...);#
        FormCopyright(LyXView *, Dialogs *);
@@ -37,9 +36,9 @@ public:
 
 private:
        /// Build the dialog
-       void build();
+       virtual void build();
        /// Pointer to the actual instantiation of the xform's form
-       FL_FORM * const form() const;
+       virtual FL_FORM * form() const;
        /// Fdesign generated method
        FD_form_copyright * build_copyright();