]> 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 880711cb22bd9b58141eda39e7e6b3d12c0955b2..56d85aa2e5b0e52da43c45102292af69ad0d79b2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- 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.
  *
 #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();