diff --git a/package/rene/koffice/kword-table-resize-mouse-cursor.patch b/package/rene/koffice/kword-table-resize-mouse-cursor.patch index 4e29305d3..ce61860db 100644 --- a/package/rene/koffice/kword-table-resize-mouse-cursor.patch +++ b/package/rene/koffice/kword-table-resize-mouse-cursor.patch @@ -10,14 +10,14 @@ Qt-3.1.2 does not has this swapped cursors ... case MEANING_RESIZE_COLUMN: // Bug in (at least) Qt-3.1.1 : Qt::splitVCursor and Qt::splitHCursor are swapped! -#if QT_VERSION < 0x030200 -+#if QT_VERSION < 0x030101 ++#if QT_VERSION < 0x030102 return Qt::splitVCursor; #else return Qt::splitHCursor; #endif case MEANING_RESIZE_ROW: -#if QT_VERSION < 0x030200 -+#if QT_VERSION < 0x030101 ++#if QT_VERSION < 0x030102 return Qt::splitHCursor; #else return Qt::splitVCursor;