]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormVCLog.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormVCLog.h
index 540b7ca0321002c238c10bae5ca66cd2d0aa4f8d..410fcb9e9696042b060e3e9034816e92e414080a 100644 (file)
@@ -21,10 +21,10 @@ class ControlVCLog;
  * This class provides an XForms implementation of the Version Control
  * log viewer
  */
-class FormVCLog : public FormCB<ControlVCLog, FormBrowser> {
+class FormVCLog : public FormController<ControlVCLog, FormBrowser> {
 public:
        ///
-       FormVCLog();
+       FormVCLog(Dialog &);
 
        // Functions accessible to the Controller.