]> 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 99d7c4e6383801ddcd6b5f22dd71a12e4b3d96a6..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
@@ -27,8 +29,7 @@ public:
        ///
        friend class QPreambleDialog;
        ///
-       QPreamble(ControlPreamble &);
-
+       QPreamble();
 private:
        /// Apply changes
        virtual void apply();