]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSendto.C
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormSendto.C
index cefad280a755cca9ffa348ffe85abdda50a125f5..d2527031f02b2764b071c4767bf2f4f04f530a6c 100644 (file)
@@ -17,7 +17,7 @@
 #include "xformsBC.h"
 #include "Tooltips.h"
 #include "xforms_helpers.h"
-#include "converter.h"
+#include "format.h"
 #include "gettext.h"
 #include FORMS_H_LOCATION
 
@@ -38,9 +38,9 @@ void FormSendto::build()
        setPrehandler(dialog_->input_command);
 
        // Manage the ok, apply, restore and cancel/close buttons
-       bc().setOK(dialog_->button_ok);
-       bc().setApply(dialog_->button_apply);
-       bc().setCancel(dialog_->button_close);
+       bcview().setOK(dialog_->button_ok);
+       bcview().setApply(dialog_->button_apply);
+       bcview().setCancel(dialog_->button_close);
 
        // Set up the tooltip mechanism
        string str = _("Export the buffer to this format before running the command below on it.");