]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QPrint.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QPrint.h
index be9de9ecf0b67eef9a3d2e547b6d287f4fef1fbd..e189488c1c882f2e6164fe22867a7a9a6c210234 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file QPrint.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 Edwin Leuven, leuven@fee.uva.nl
+ * \author John Levon
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QPRINT_H
 #include "Qt2Base.h"
 
 class ControlPrint;
-class QPrintDialog;
-class Dialogs;
+class QLPrintDialog;
 
 ///
 class QPrint
-       : public Qt2CB<ControlPrint, Qt2DB<QPrintDialog> >
+       : public Qt2CB<ControlPrint, Qt2DB<QLPrintDialog> >
 {
 public:
        ///
-       friend class QPrintDialog;
+       friend class QLPrintDialog;
        ///
        QPrint();
-
 private:
        /// Apply changes
        virtual void apply();