summarylogtreecommitdiffstats
path: root/moc_qvkscreenkey_fix.patch
blob: 4c3bed3165fa2907d7fda5b5e8f1ef3be7baef8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/screenkey/QvkScreenkey.h	2015-06-14 17:14:13.276872940 -0500
+++ b/screenkey/QvkScreenkey.h	2015-06-14 17:15:21.356869542 -0500
@@ -9,6 +9,10 @@
 #include <stdio.h>
 #include <string.h>

+#ifdef Bool
+#undef Bool
+#endif
+
 class QvkScreenkey: public QObject
 { 
 Q_OBJECT