]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Qt2Base.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Qt2Base.C
index 7f2a95f250f5de92f5ba8989ee78d618b1017ad6..94f63475f9c02ef829b02011da73885c41bfa9d2 100644 (file)
@@ -1,13 +1,11 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file Qt2Base.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *                LyX, The Document Processor
+ * \author Angus Leeming
  *
- *                Copyright 2000 The LyX Team.
- *
- * ======================================================
- *
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -27,6 +25,7 @@
 #include "ControlButtons.h"
 #include "support/LAssert.h"
 
+
 Qt2Base::Qt2Base(QString const & t)
        : ViewBase(), updating_(false), title_(t)
 {}