From 851374dc73897c0bc3e3be60a19d9bc5ba9e05c4 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sun, 19 Nov 2023 18:06:13 +0100 Subject: [PATCH] Linux Compilation Fix III --- Pdf4QtViewer/pdfcreatebitonaldocumentdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pdf4QtViewer/pdfcreatebitonaldocumentdialog.cpp b/Pdf4QtViewer/pdfcreatebitonaldocumentdialog.cpp index e653981..caa5904 100644 --- a/Pdf4QtViewer/pdfcreatebitonaldocumentdialog.cpp +++ b/Pdf4QtViewer/pdfcreatebitonaldocumentdialog.cpp @@ -15,8 +15,8 @@ // You should have received a copy of the GNU Lesser General Public License // along with PDF4QT. If not, see . -#include "pdfcreateBitonaldocumentdialog.h" -#include "ui_pdfcreateBitonaldocumentdialog.h" +#include "pdfcreatebitonaldocumentdialog.h" +#include "ui_pdfcreatebitonaldocumentdialog.h" #include "pdfwidgetutils.h" #include "pdfdocumentwriter.h"