]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormLog.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormLog.h
index 00806b0e2370602ea332bded7d82e299d30ded9a..c81ce68c8740e16575d40e8bdf2bbd5470cb3d4c 100644 (file)
@@ -1,19 +1,17 @@
 // -*- 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"
 
 class ControlLog;
@@ -22,10 +20,10 @@ 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.