]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QAboutDialog.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QAboutDialog.C
index c6cb3e418ec2c060541482bae16ecebacc888eff..079888ccd1190218d3b17573d74f35807eb262fb 100644 (file)
@@ -1,14 +1,24 @@
 /**
  * \file QAboutDialog.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 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
+ * \author Kalle Dalheimer
+ *
+ * Full author contact details are available in file CREDITS
  */
 
+#include <config.h>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "QAboutDialog.h"
 
-QAboutDialog::QAboutDialog(QWidget * parent,  const char * name, bool modal, WFlags fl)
+
+QAboutDialog::QAboutDialog(QWidget * parent, char const * name,
+                          bool modal, WFlags fl)
     : QAboutDialogBase(parent, name, modal, fl)
 {
 }