]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QInclude.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QInclude.h
index 09876bbbe2a3521609d975af5723f823a57d7acf..21c0049659240b15d9eab4845f700466c7590896 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file QInclude.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 QINCLUDE_H
@@ -27,11 +29,9 @@ public:
        ///
        friend class QIncludeDialog;
        ///
-       QInclude(ControlInclude &, Dialogs &);
-
+       QInclude();
 protected:
        virtual bool isValid();
-
 private:
        /// Apply changes
        virtual void apply();