]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Qt2BC.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / Qt2BC.C
index 4ef0bc8153ad5aab4009852c9e6448b2be9d09de..cd152b3c4a0771a95495efeff8937a65496fb45c 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file Qt2BC.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 Allan Rae <rae@lyx.org>
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Allan Rae
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -19,6 +21,7 @@
 #include <qbutton.h>
 #include <qlineedit.h>
 
+
 Qt2BC::Qt2BC(string const & cancel, string const & close)
        : GuiBC<QButton, QWidget>(cancel, close)
 {}