]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QURL.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QURL.h
index a5707440b7291c572dab6d9aa991f9c049803aff..ef65400af39c9a6f64088b382e0040b221f91c7d 100644 (file)
@@ -1,29 +1,35 @@
+// -*- 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;
 class QURLDialog;
 
+
 class QURL :
        public Qt2CB<ControlUrl, Qt2DB<QURLDialog> >
 {
-       friend class QURLDialog;
 public:
-       QURL(ControlUrl & c);
-
+       friend class QURLDialog;
+       QURL();
 protected:
        virtual bool isValid();
-
 private:
        /// apply dialog
        virtual void apply();