]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormShowFile.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormShowFile.h
index ce19f0adb790e37a2d375aa63fd2145ae75d6ae9..1b6b4447160199e49a284f677f4b93e964842dff 100644 (file)
@@ -4,18 +4,14 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMSHOWFILE_H
 #define FORMSHOWFILE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "FormBrowser.h"
 
 class ControlShowFile;
@@ -24,10 +20,10 @@ class ControlShowFile;
  * This class provides an XForms implementation of a dialog to browse through a
  * Help file.
  */
-class FormShowFile : public FormCB<ControlShowFile, FormBrowser> {
+class FormShowFile : public FormController<ControlShowFile, FormBrowser> {
 public:
        ///
-       FormShowFile();
+       FormShowFile(Dialog &);
 
        // Functions accessible to the Controller.