]> 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 77b3acb5bb83ec05215c8097bf3445340843f1a6..b901c83540531d189ef60f0c7d6064bb09a50100 100644 (file)
@@ -1,13 +1,19 @@
 /**
  * \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 "ControlBibitem.h"
 #include "QBibitemDialog.h"
 #include "QBibitem.h"
 #include "Qt2BC.h"
+
 typedef Qt2CB<ControlBibitem, Qt2DB<QBibitemDialog> > base_class;
 
-QBibitem::QBibitem(ControlBibitem & c, Dialogs &)
-       : base_class(c, _("Bibliography Item"))
+
+QBibitem::QBibitem()
+       : base_class(_("Bibliography Item"))
 {
 }