Magellan Linux

Contents of /trunk/aqemu/patches/aqemu-0.8.2-qt48.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1801 - (show annotations) (download)
Fri Jun 8 18:46:03 2012 UTC (11 years, 10 months ago) by niro
File size: 855 byte(s)
-added patches
1 From 9b21d88a4f4a681f9e80c11e83e81c976e0fc91e Mon Sep 17 00:00:00 2001
2 From: Andrey Rijov <rdron@users.sourceforge.net>
3 Date: Sat, 29 Oct 2011 10:20:32 +0400
4 Subject: [PATCH 1/1] Fix build error on Qt 4.8
5
6 ---
7 Embedded_Display/vncview.cpp | 4 ++--
8 1 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/Embedded_Display/vncview.cpp b/Embedded_Display/vncview.cpp
11 index 9e105c9..0be5944 100644
12 --- a/Embedded_Display/vncview.cpp
13 +++ b/Embedded_Display/vncview.cpp
14 @@ -27,8 +27,8 @@
15 #include <QMessageBox>
16 #include <QInputDialog>
17 #define KMessageBox QMessageBox
18 - #define error(parent, message, caption) \
19 - critical(parent, caption, message)
20 +/* #define error(parent, message, caption) \
21 + critical(parent, caption, message)*/
22 #else
23 #include "settings.h"
24 #include <KActionCollection>
25 --
26 1.7.4.1
27