]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QThesaurus.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QThesaurus.C
index feaa237db4762b187c28aa9ce1b66717efc8d709..76b2578c7e80c1c3a04d04f1f0254351c95503f9 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file QThesaurus.C
- * 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
  */
 
 #include <config.h>
@@ -24,6 +26,7 @@
 
 typedef Qt2CB<ControlThesaurus, Qt2DB<QThesaurusDialog> > base_class;
 
+
 QThesaurus::QThesaurus()
        : base_class(_("Thesaurus"))
 {