]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QRefDialog.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QRefDialog.C
index c8f69a1f9affa98715da9974232a82cae07158f6..61f17d64ee3b1467672f9443c5ac6e2fe03d51b4 100644 (file)
@@ -1,25 +1,32 @@
 /**
  * \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>
 
+
 QRefDialog::QRefDialog(QRef * form)
        : QRefDialogBase(0, 0, false, 0),
        form_(form)