]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormUrl.h
index 7e7b3a17662d067b0a873f70d29cba87a92f0737..f5b278527f548f769525c517984e88cf7c41c606 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormUrl.h
+ * \file FormUrl.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMURL_H
 
 #include "FormDialogView.h"
 
-class ControlUrl;
+class ControlCommand;
 struct FD_url;
 
 /** This class provides an XForms implementation of the Url Dialog.
  */
-class FormUrl : public FormController<ControlUrl, FormView<FD_url> > {
+class FormUrl : public FormController<ControlCommand, FormView<FD_url> > {
 public:
        ///
        FormUrl(Dialog &);