summarylogtreecommitdiffstats
path: root/aqemu.patch
diff options
context:
space:
mode:
authorGeorg Schlisio2015-07-07 23:26:09 +0200
committerGeorg Schlisio2015-07-07 23:26:09 +0200
commitd097b731907103c3d1b4876868211a84ffe69a9a (patch)
tree2236fcfbc7c2aa68a23ee6d2980671f81c1262c5 /aqemu.patch
downloadaur-d097b731907103c3d1b4876868211a84ffe69a9a.tar.gz
0.8.2, moved from aur3
Diffstat (limited to 'aqemu.patch')
-rw-r--r--aqemu.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/aqemu.patch b/aqemu.patch
new file mode 100644
index 000000000000..e0efaabc273d
--- /dev/null
+++ b/aqemu.patch
@@ -0,0 +1,14 @@
+diff -aur aqemu-0.8.2.pristine/Embedded_Display/vncview.cpp aqemu-0.8.2.new/Embedded_Display/vncview.cpp
+--- aqemu-0.8.2.pristine/Embedded_Display/vncview.cpp 2010-02-26 14:40:40.000000000 +0100
++++ aqemu-0.8.2.new/Embedded_Display/vncview.cpp 2012-02-29 22:50:52.816894769 +0100
+@@ -27,8 +27,8 @@
+ #include <QMessageBox>
+ #include <QInputDialog>
+ #define KMessageBox QMessageBox
+- #define error(parent, message, caption) \
+- critical(parent, caption, message)
++/* #define error(parent, message, caption) \
++ critical(parent, caption, message)*/
+ #else
+ #include "settings.h"
+ #include <KActionCollection>