]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QBibtexDialog.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QBibtexDialog.h
index 9c195d75c7e4d83e8901518fa676f54ac7963349..6e927a4202495ce7e30741943cc530db67222994 100644 (file)
@@ -1,36 +1,38 @@
+// -*- C++ -*-
 /**
  * \file QBibtexDialog.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 QBIBTEXDIALOG_H
 #define QBIBTEXDIALOG_H
-#include <config.h>
+
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "ui/QBibtexDialogBase.h"
 
 class QBibtex;
 
-class QBibtexDialog : public QBibtexDialogBase
-{ Q_OBJECT
-
+class QBibtexDialog : public QBibtexDialogBase {
+       Q_OBJECT
 public:
        QBibtexDialog(QBibtex * form);
-
 protected slots:
        virtual void change_adaptor();
        virtual void browsePressed();
        virtual void addPressed();
+       virtual void deletePressed();
        virtual void styleChanged(const QString &);
-
+       virtual void databaseChanged();
 protected:
        virtual void closeEvent(QCloseEvent * e);
-
 private:
        QBibtex * form_;
 };