]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormUrl.h
index 64af24d6238267fb1c3fca5dfb0fa539dd46fa2b..f5b278527f548f769525c517984e88cf7c41c606 100644 (file)
@@ -1,30 +1,29 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormUrl.h
- * Copyright 2000-2001 the LyX Team
- * Read the file COPYING
+ * \file FormUrl.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming <leeming@lyx.org>
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMURL_H
 #define FORMURL_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "FormBase.h"
+#include "FormDialogView.h"
 
-class ControlUrl;
+class ControlCommand;
 struct FD_url;
 
 /** This class provides an XForms implementation of the Url Dialog.
  */
-class FormUrl : public FormCB<ControlUrl, FormDB<FD_url> > {
+class FormUrl : public FormController<ControlCommand, FormView<FD_url> > {
 public:
        ///
-       FormUrl();
+       FormUrl(Dialog &);
 private:
        /// Apply from dialog (modify or create inset)
        virtual void apply();