]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormLog.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormLog.h
index 94fefd998116715c5d1153df1ab3cda9700578e2..aebbfba1ef9aab84ddd62ac637f267dad1920c36 100644 (file)
@@ -6,25 +6,27 @@
  *
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMLOG_H
 #define FORMLOG_H
 
-
 #include "FormBrowser.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlLog;
 
 /**
  * This class provides an XForms implementation of the LaTeX log dialog
  * for viewing the last LaTeX log file.
  */
-class FormLog : public FormCB<ControlLog, FormBrowser> {
+class FormLog : public FormController<ControlLog, FormBrowser> {
 public:
        ///
-       FormLog();
+       FormLog(Dialog &);
 
        // Functions accessible to the Controller.
 
@@ -34,4 +36,7 @@ public:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMLOG_H