]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBrowser.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormBrowser.h
index 6312362c35835798fe8f1028bb2c7fc3fa9de9d4..98e37a8871be0727ac50d63d4436c58b156e4914 100644 (file)
@@ -1,21 +1,20 @@
 // -*- C++ -*-
-/*
+/**
  * \file FormBrowser.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 John Levon
+ * \author Angus Leeming
  *
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMBROWSER_H
 #define FORMBROWSER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
 /**
  * This class provides an XForms implementation of a read only
  */
 struct FD_browser;
 
-class FormBrowser : public FormDB<FD_browser> {
+class FormBrowser : public FormView<FD_browser> {
 public:
        ///
-       FormBrowser(ControlButtons &, Dialogs &,
-                   string const &, bool allowResize = true);
+       FormBrowser(Dialog &, std::string const &, bool allowResize = true);
 private:
        /// Build the dialog.
        virtual void build();