summaryrefslogtreecommitdiff
blob: da6f085c27f9bb5da972a621e67f531f0358cdfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Fix build with Qt 5.6

Gentoo-bug: 578912

--- a/src/stanzaextension.h
+++ b/src/stanzaextension.h
@@ -28,7 +28,7 @@
 
 #include <QObject>
 #include <QSharedPointer>
-#include <QMetaTypeId>
+#include <QMetaType>
 #include "jreen.h"
 
 class QXmlStreamWriter;