]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QVCLog.h
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / QVCLog.h
index b410b35f597bc2c842c05eece921d787016a2f96..3cb56c8d4597f043b0d1533555544b7afdb9be38 100644 (file)
@@ -1,37 +1,36 @@
 // -*- C++ -*-
 /**
  * \file QVCLog.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 QVCLOG_H
 #define QVCLOG_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "Qt2Base.h"
+#include "QDialogView.h"
+
 
 class ControlVCLog;
 class QVCLogDialog;
 
 ///
 class QVCLog
-       : public Qt2CB<ControlVCLog, Qt2DB<QVCLogDialog> >
+       : public QController<ControlVCLog, QView<QVCLogDialog> >
 {
 public:
        ///
        friend class QVCLogDialog;
        ///
-       QVCLog(ControlVCLog &, Dialogs &);
-
+       QVCLog(Dialog &);
 private:
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog