]> 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 286838a16c40ee209c8720614da76f5ab60a140d..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
@@ -21,17 +23,15 @@ class QIncludeDialog;
 
 ///
 class QInclude
-       : public Qt2CB<ControlInclude, Qt2DB<QIncludeDialog> > 
+       : public Qt2CB<ControlInclude, Qt2DB<QIncludeDialog> >
 {
 public:
        ///
        friend class QIncludeDialog;
        ///
-       QInclude(ControlInclude &);
-
+       QInclude();
 protected:
        virtual bool isValid();
 private:
        /// Apply changes
        virtual void apply();
@@ -41,10 +41,10 @@ private:
        virtual void build_dialog();
 
        /// load the file
-       void load(); 
+       void load();
 
        /// browse for a file
-       void browse(); 
+       void browse();
 };
 
 #endif // QINCLUDE_H