summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/patches/patch-ak
blob: efed786800874392860e33e8c45e30f161b399e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.5 2009/10/11 09:14:52 adam Exp $

--- src/gui/kernel/qcursor_x11.cpp.orig	2009-09-29 13:01:37.000000000 +0200
+++ src/gui/kernel/qcursor_x11.cpp
@@ -244,7 +244,7 @@ void QCursorData::update()
         return;
     }
 
-    static const char *cursorNames[] = {
+    static char *cursorNames[] = {
         "left_ptr",
         "up_arrow",
         "cross",