]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormChanges.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormChanges.h
index 7bcf7cf20c61a02039a37c47acc66cf797175b43..8f55bf440d6f2efa8ad9a81bb118042b656e07e3 100644 (file)
@@ -6,17 +6,13 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMCHANGES_H
 #define FORMCHANGES_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 class ControlChanges;
 struct FD_changes;
@@ -24,9 +20,10 @@ struct FD_changes;
 /**
  * This class provides an XForms implementation of the Merge Changes Dialog.
  */
-class FormChanges : public FormCB<ControlChanges, FormDB<FD_changes> > {
+class FormChanges
+       : public FormController<ControlChanges, FormView<FD_changes> > {
 public:
-       FormChanges();
+       FormChanges(Dialog &);
 
 private:
        /// not needed.