]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QRefDialog.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QRefDialog.C
index 8a95e2b9968d08ded765c4a02b9b006a18788160..61f17d64ee3b1467672f9443c5ac6e2fe03d51b4 100644 (file)
@@ -1,24 +1,31 @@
 /**
  * \file QRefDialog.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 John Levon <moz@compsoc.man.ac.uk>
+ * \author Kalle Dalheimer
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include "ControlRef.h"
+#include "debug.h"
+
+#include "QRef.h"
+#include "QRefDialog.h"
+
 #include <qpushbutton.h>
 #include <qlineedit.h>
 #include <qcombobox.h>
 #include <qlistbox.h>
 
-#include "QRefDialog.h"
-#include "ControlRef.h"
-#include "Dialogs.h"
-#include "QRef.h"
-#include "debug.h"
 
 QRefDialog::QRefDialog(QRef * form)
        : QRefDialogBase(0, 0, false, 0),