summaryrefslogtreecommitdiff
path: root/app-office/kraft/files/kraft-0.80-qt-5.11.patch
blob: 33a6a769bd5fd13007cecd54e6f8c486360d002b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
From 29cd92c31705fbe63dfb324b5beb3758967dc900 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date: Tue, 3 Apr 2018 17:05:06 +0200
Subject: [PATCH] Fix build with Qt 5.11

---
 src/flostempldialog.cpp     | 1 +
 src/importitemdialog.cpp    | 1 +
 src/materialkatalogview.cpp | 1 +
 src/setupassistant.cpp      | 1 +
 4 files changed, 4 insertions(+)

diff --git a/src/flostempldialog.cpp b/src/flostempldialog.cpp
index 420b10e..e705ec7 100644
--- a/src/flostempldialog.cpp
+++ b/src/flostempldialog.cpp
@@ -16,6 +16,7 @@
  ***************************************************************************/
 
 // include files for Qt
+#include <QButtonGroup>
 #include <QRadioButton>
 #include <QLabel>
 #include <QString>
diff --git a/src/importitemdialog.cpp b/src/importitemdialog.cpp
index a02c7d4..70d524e 100644
--- a/src/importitemdialog.cpp
+++ b/src/importitemdialog.cpp
@@ -19,6 +19,7 @@
 
 // include files for Qt
 #include <QLabel>
+#include <QButtonGroup>
 #include <QComboBox>
 #include <QCheckBox>
 #include <QToolTip>
diff --git a/src/materialkatalogview.cpp b/src/materialkatalogview.cpp
index 76c0b2b..fd0f277 100644
--- a/src/materialkatalogview.cpp
+++ b/src/materialkatalogview.cpp
@@ -15,6 +15,7 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <QHeaderView>
 #include <QLayout>
 #include <QLabel>
 #include <QSplitter>
diff --git a/src/setupassistant.cpp b/src/setupassistant.cpp
index 1ea1d5b..4dd0ef3 100644
--- a/src/setupassistant.cpp
+++ b/src/setupassistant.cpp
@@ -17,6 +17,7 @@
 #include <QtGui>
 
 #include <QDebug>
+#include <QTabWidget>
 
 #include <kcontacts/address.h>
 #include <kcontacts/vcardconverter.h>
-- 
2.17.0