]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBrowser.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormBrowser.h
index b362a0896d528cbd22825c7745ffedfca06cab81..98e37a8871be0727ac50d63d4436c58b156e4914 100644 (file)
@@ -7,17 +7,14 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * 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(string const &, bool allowResize = true);
+       FormBrowser(Dialog &, std::string const &, bool allowResize = true);
 private:
        /// Build the dialog.
        virtual void build();