aboutsummaryrefslogtreecommitdiffstats
path: root/misc/qbrew/files/patch-src_qbrew.cpp
blob: b3953e6ef1f86a1a38124283964b0780c2b2562a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Missing includes, these live in QtWidgets now.

--- src/qbrew.cpp.orig	2018-11-26 11:56:17 UTC
+++ src/qbrew.cpp
@@ -9,6 +9,12 @@
 
 #include <QtGui>
 
+#include <QFileDialog>
+#include <QMessageBox>
+#include <QSplashScreen>
+#include <QStyleFactory>
+#include <QWhatsThis>
+
 #include "alcoholtool.h"
 #include "configure.h"
 #include "data.h"