summaryrefslogtreecommitdiffstats
path: root/src/pdf/api/qpdfdocument_p.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-16 11:26:24 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-16 11:49:53 +0100
commit0f9e8f15e6ed95c225fe3b6f9aaa22288987c9a2 (patch)
tree0dfdcdb32abc0d7548dd33a271a75a7106417b4c /src/pdf/api/qpdfdocument_p.h
parent83adde7eeab94c2e6d6a756cf268a6c664cfb309 (diff)
Fixup copyright headers and includes
From API review. Task-number: QTBUG-81853 Change-Id: Ib208a342edcaa9c48dde80ef02bc6f85e35d8029 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/pdf/api/qpdfdocument_p.h')
-rw-r--r--src/pdf/api/qpdfdocument_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pdf/api/qpdfdocument_p.h b/src/pdf/api/qpdfdocument_p.h
index 2dcb70407..b69b6f19e 100644
--- a/src/pdf/api/qpdfdocument_p.h
+++ b/src/pdf/api/qpdfdocument_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPDF module of the Qt Toolkit.
@@ -53,10 +53,10 @@
#include "third_party/pdfium/public/fpdfview.h"
#include "third_party/pdfium/public/fpdf_dataavail.h"
-#include <qbuffer.h>
-#include <qmutex.h>
-#include <qnetworkreply.h>
-#include <qpointer.h>
+#include <QtCore/qbuffer.h>
+#include <QtCore/qmutex.h>
+#include <QtCore/qpointer.h>
+#include <QtNetwork/qnetworkreply.h>
QT_BEGIN_NAMESPACE