X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiPrint.h;h=c0af9572c76d5d04a749fb5a2696c42496fcb218;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=169752896adc277ea4203dd4f36f8079d1118acb;hpb=6f3cdf8da80a6b3889f2a3b8b53f44590152d600;p=lyx.git diff --git a/src/frontends/qt4/GuiPrint.h b/src/frontends/qt4/GuiPrint.h index 169752896a..c0af9572c7 100644 --- a/src/frontends/qt4/GuiPrint.h +++ b/src/frontends/qt4/GuiPrint.h @@ -20,7 +20,6 @@ #include "Dialog.h" #include "PrinterParams.h" -#include "support/docstring.h" namespace lyx { namespace frontend { @@ -30,7 +29,7 @@ class GuiPrint : public GuiDialog, public Ui::PrintUi Q_OBJECT public: - GuiPrint(LyXView & lv); + GuiPrint(GuiView & lv); private Q_SLOTS: void change_adaptor(); @@ -56,7 +55,7 @@ private: /// bool canApplyToReadOnly() const { return true; } /// - kb_action getLfun() const { return LFUN_BUFFER_PRINT; } + FuncCode getLfun() const { return LFUN_BUFFER_PRINT; } /// PrinterParams params_;