]> 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 00806b0e2370602ea332bded7d82e299d30ded9a..aebbfba1ef9aab84ddd62ac637f267dad1920c36 100644 (file)
@@ -1,31 +1,32 @@
 // -*- C++ -*-
-/*
+/**
  * FormLog.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 John Levon, moz@compsoc.man.ac.uk
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMLOG_H
 #define FORMLOG_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #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(ControlLog &, Dialogs &);
+       FormLog(Dialog &);
 
        // Functions accessible to the Controller.
 
@@ -35,4 +36,7 @@ public:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMLOG_H