]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QBibitem.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QBibitem.C
index 2ab09149889e57f40af853a90420ad1de2e7c07d..b901c83540531d189ef60f0c7d6064bb09a50100 100644 (file)
@@ -1,29 +1,37 @@
 /**
  * \file QBibitem.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>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "support/lstrings.h"
 
-#include "QBibitemDialog.h"
 #include "ControlBibitem.h"
-#include "QBibitem.h"
-#include "Qt2BC.h"
 #include "gettext.h"
 #include "debug.h"
 
 #include <qlineedit.h>
 #include <qpushbutton.h>
 
+#include "QBibitemDialog.h"
+#include "QBibitem.h"
+#include "Qt2BC.h"
+
 typedef Qt2CB<ControlBibitem, Qt2DB<QBibitemDialog> > base_class;
 
-QBibitem::QBibitem(ControlBibitem & c)
-       : base_class(c, _("Bibliography Item"))
+
+QBibitem::QBibitem()
+       : base_class(_("Bibliography Item"))
 {
 }