]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrint.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiPrint.h
index 3d793500fca1fa44b8b26cdb8a3c1d2afb4dd235..eb1ad67585119055ab83bccf8a80276ff5b985ff 100644 (file)
@@ -18,9 +18,7 @@
 #include "GuiDialog.h"
 #include "ui_PrintUi.h"
 
-#include "Dialog.h"
 #include "PrinterParams.h"
-#include "support/docstring.h"
 
 namespace lyx {
 namespace frontend {
@@ -56,7 +54,7 @@ private:
        ///
        bool canApplyToReadOnly() const { return true; }
        ///
-       kb_action getLfun() const { return LFUN_BUFFER_PRINT; }
+       FuncCode getLfun() const { return LFUN_BUFFER_PRINT; }
 
        ///
        PrinterParams params_;