]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QPreamble.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QPreamble.h
index 1bb1c9819690a2baffaca0ac9dc6c84cfb2eb525..d2132d8b76c5a88459dcdff166ce4cd7b5a0b5ec 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file QPreamble.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 QPREAMBLE_H
@@ -21,14 +23,13 @@ class QPreambleDialog;
 
 ///
 class QPreamble
-       : public Qt2CB<ControlPreamble, Qt2DB<QPreambleDialog> > 
+       : public Qt2CB<ControlPreamble, Qt2DB<QPreambleDialog> >
 {
 public:
        ///
        friend class QPreambleDialog;
        ///
-       QPreamble(ControlPreamble &);
-
+       QPreamble();
 private:
        /// Apply changes
        virtual void apply();