X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiPrint.h;h=c0af9572c76d5d04a749fb5a2696c42496fcb218;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=332ede8021d779c34e5ebf75a286ae88f2c868dc;hpb=990df4924a00309f49f89466179fc46ad1b382c1;p=lyx.git diff --git a/src/frontends/qt4/GuiPrint.h b/src/frontends/qt4/GuiPrint.h index 332ede8021..c0af9572c7 100644 --- a/src/frontends/qt4/GuiPrint.h +++ b/src/frontends/qt4/GuiPrint.h @@ -55,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_;