]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QBibitem.h
The Cygwin path fix.
[lyx.git] / src / frontends / qt2 / QBibitem.h
index 06bcc895fee7be64777f5c98e4d66af98dba71f9..c01d17989bd9bb6491dcf8f3bc73702a05a356bf 100644 (file)
@@ -1,31 +1,34 @@
 // -*- C++ -*-
 /**
  * \file QBibitem.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 QBIBITEM_H
 #define QBIBITEM_H
 
-#include "Qt2Base.h"
+#include "QDialogView.h"
+
+namespace lyx {
+namespace frontend {
 
-class ControlBibitem;
+class ControlCommand;
 class QBibitemDialog;
 
-class QBibitem :
-       public Qt2CB<ControlBibitem, Qt2DB<QBibitemDialog> >
+class QBibitem
+       : public QController<ControlCommand, QView<QBibitemDialog> >
 {
-       friend class QBibitemDialog;
-
 public:
-       QBibitem(ControlBibitem &);
+       friend class QBibitemDialog;
 
+       QBibitem(Dialog &);
 protected:
        virtual bool isValid();
-
 private:
        /// Apply changes
        virtual void apply();
@@ -35,4 +38,7 @@ private:
        virtual void build_dialog();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // QBIBITEM_H