]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormUrl.h
index 417440dbbb1b7ebe5e63d65ec1fd841fa51bb327..56d85aa2e5b0e52da43c45102292af69ad0d79b2 100644 (file)
 
 #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 &);