summaryrefslogtreecommitdiff
path: root/media-gfx/kxstitch/files/kxstitch-2.1.1-qt-5.11.patch
blob: 70022fe9c8fae096d04147d78999f090fec0f816 (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
From 9db3fcf9cd367681c0864238dc5009a604f3896c Mon Sep 17 00:00:00 2001
From: Jonathan Riddell <jr@jriddell.org>
Date: Wed, 27 Jun 2018 16:45:16 +0100
Subject: fix build with Qt 5.11

---
 src/LibraryPatternPropertiesDlg.cpp | 2 ++
 src/TextElementDlg.cpp              | 1 +
 2 files changed, 3 insertions(+)

diff --git a/src/LibraryPatternPropertiesDlg.cpp b/src/LibraryPatternPropertiesDlg.cpp
index 8d2e24c..c10da3f 100644
--- a/src/LibraryPatternPropertiesDlg.cpp
+++ b/src/LibraryPatternPropertiesDlg.cpp
@@ -11,6 +11,8 @@
 
 #include "LibraryPatternPropertiesDlg.h"
 
+#include <QIcon>
+
 #include <KConfigGroup>
 #include <KHelpClient>
 #include <KLocalizedString>
diff --git a/src/TextElementDlg.cpp b/src/TextElementDlg.cpp
index 4d88b1e..fb545d1 100644
--- a/src/TextElementDlg.cpp
+++ b/src/TextElementDlg.cpp
@@ -16,6 +16,7 @@
 #include "TextElementDlg.h"
 
 #include <QColorDialog>
+#include <QButtonGroup>
 
 #include <KHelpClient>
 #include <KLocalizedString>
-- 
cgit v0.11.2