]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlLog.h
port the graphics dialog to the new scheme and get rid of the ControlInset
[lyx.git] / src / frontends / controllers / ControlLog.h
index 894671fd0427d1134821d4ac3a7e2412e17e329a..e8c50d1d381b708a4c68f205f50e1e49fe9ee0fb 100644 (file)
@@ -1,16 +1,13 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
- *
- *           LyX, The Document Processor
- *
- *           Copyright 2001 The LyX Team.
+/**
+ * \file ControlLog.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * ======================================================
+ * \author John Levon
+ * \author Angus Leeming
  *
- * \file ControlLog.h
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef CONTROLLOG_H
 
 #include <utility>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "ControlDialogs.h"
+#include "ControlDialog_impl.h"
 #include "buffer.h" // Buffer::LogType
 
 /**
  * A controller for a read-only text browser.
  */
-class ControlLog : public ControlDialog<ControlConnectBD> {
+class ControlLog : public ControlDialogBD {
 public:
        ///
        ControlLog(LyXView &, Dialogs &);
        ///
-       std::pair<Buffer::LogType, string> const & logfile()
-               { return logfile_; }
-
+       std::pair<Buffer::LogType, string> const & logfile() {
+               return logfile_;
+       }
 private:
        ///
        virtual void apply() {}