X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlLog.h;h=e8c50d1d381b708a4c68f205f50e1e49fe9ee0fb;hb=120c89f24fae05379fbdc8539d3cfae574c2aecd;hp=894671fd0427d1134821d4ac3a7e2412e17e329a;hpb=9705be9f1b8441175048b4e2065795051adafdc6;p=lyx.git diff --git a/src/frontends/controllers/ControlLog.h b/src/frontends/controllers/ControlLog.h index 894671fd04..e8c50d1d38 100644 --- a/src/frontends/controllers/ControlLog.h +++ b/src/frontends/controllers/ControlLog.h @@ -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 + * Full author contact details are available in file CREDITS */ #ifndef CONTROLLOG_H @@ -18,24 +15,21 @@ #include -#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 { +class ControlLog : public ControlDialogBD { public: /// ControlLog(LyXView &, Dialogs &); /// - std::pair const & logfile() - { return logfile_; } - + std::pair const & logfile() { + return logfile_; + } private: /// virtual void apply() {}