]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QBibtex.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QBibtex.h
index 512e79e4b36de40682466e0a5498d1cccfb0504b..66c5eaf7211991e2877d773e4e0f1d89924f17bb 100644 (file)
@@ -1,32 +1,36 @@
 // -*- C++ -*-
 /**
  * \file QBibtex.h
- * 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
  */
 
 #ifndef QBIBTEX_H
 #define QBIBTEX_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "Qt2Base.h"
 
 class ControlBibtex;
 class QBibtexDialog;
 
-class QBibtex :
-       public Qt2CB<ControlBibtex, Qt2DB<QBibtexDialog> > 
+class QBibtex
+       : public Qt2CB<ControlBibtex, Qt2DB<QBibtexDialog> >
 {
+public:
        friend class QBibtexDialog;
-public: 
-       QBibtex(ControlBibtex &);
 
+       QBibtex();
 protected:
        virtual bool isValid();
-private: 
+private:
        /// Apply changes
        virtual void apply();
        /// update