]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormUrl.h
index 5ad62ce30f2a89f8f749281061cac2946350bf53..53c0a49240d2ba4e5a85595781715ab7228a11df 100644 (file)
@@ -1,15 +1,12 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
+/**
+ * \file xforms/FormUrl.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Angus Leeming 
  *
- *           Copyright 2000-2001 The LyX Team.
- *
- * ======================================================
- *
- * \file FormUrl.h
- * \author Angus Leeming, a.leeming@.ac.uk
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMURL_H
 #include "FormBase.h"
 
 class ControlUrl;
-struct FD_form_url;
+struct FD_url;
 
 /** This class provides an XForms implementation of the Url Dialog.
  */
-class FormUrl : public FormCB<ControlUrl, FormDB<FD_form_url> > {
+class FormUrl : public FormCB<ControlUrl, FormDB<FD_url> > {
 public:
        ///
-       FormUrl(ControlUrl &);
-
+       FormUrl();
 private:
        /// Apply from dialog (modify or create inset)
        virtual void apply();
@@ -38,8 +34,6 @@ private:
        virtual void build();
        /// Update dialog before showing it
        virtual void update();
-       /// Filter the inputs on callback from xforms
-       FD_form_url * build_url();
 };
 
 #endif // FORMURL_H