]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QURL.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QURL.h
index 260ffd5de8fbfd7efc8570d4692286eac791167b..ef65400af39c9a6f64088b382e0040b221f91c7d 100644 (file)
@@ -1,14 +1,21 @@
+// -*- C++ -*-
 /**
  * \file QURL.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
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QURL_H
 #define QURL_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "Qt2Base.h"
 
 class ControlUrl;
@@ -18,13 +25,11 @@ class QURLDialog;
 class QURL :
        public Qt2CB<ControlUrl, Qt2DB<QURLDialog> >
 {
-       friend class QURLDialog;
 public:
+       friend class QURLDialog;
        QURL();
-
 protected:
        virtual bool isValid();
-
 private:
        /// apply dialog
        virtual void apply();