]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormShowFile.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormShowFile.h
index af057a9fffb7c2e8630af05728b9e9099417a853..c52bd744abe7b44824e54748db732642d6e67969 100644 (file)
@@ -1,31 +1,32 @@
 // -*- C++ -*-
 /**
  * \file FormShowFile.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 Herbert Voss, voss@perce.de
+ * \author Herbert Voß
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMSHOWFILE_H
 #define FORMSHOWFILE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "FormBrowser.h"
 
+namespace lyx {
+namespace frontend {
+
 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.
 
@@ -35,4 +36,7 @@ public:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMSHOWFILE_H