summarylogtreecommitdiffstats
path: root/moc_qvkscreenkey_fix.patch
diff options
context:
space:
mode:
authorAlfredo Ramos2015-06-14 17:24:22 -0500
committerAlfredo Ramos2015-06-14 17:24:22 -0500
commitd6df7f20892192f0ab527b149ebecac5421bccc1 (patch)
treebc824cbe8f1f4b7d7edec1a1519fe942b3345a50 /moc_qvkscreenkey_fix.patch
parent91aacc26583e1f36eed4c608d6810bf6c07156b7 (diff)
downloadaur-d6df7f20892192f0ab527b149ebecac5421bccc1.tar.gz
QvkScreenkey.h fix. Beta 2.3.5
Diffstat (limited to 'moc_qvkscreenkey_fix.patch')
-rw-r--r--moc_qvkscreenkey_fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/moc_qvkscreenkey_fix.patch b/moc_qvkscreenkey_fix.patch
new file mode 100644
index 000000000000..4c3bed3165fa
--- /dev/null
+++ b/moc_qvkscreenkey_fix.patch
@@ -0,0 +1,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