]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QLog.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QLog.h
index 84dba702861526ee9289a3c45205a439f7c8174b..ce2d16166eda1861f6f3bb9e3f427903e11db3ff 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file QLog.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 <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QLOG_H
@@ -27,11 +29,10 @@ public:
        ///
        friend class QLogDialog;
        ///
-       QLog(ControlLog &, Dialogs &);
-
+       QLog();
 private:
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog