ports/games/kdegames4/files/patch-libkdegames__kgamerenderer_p.h
Alberto Villa c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00

14 lines
722 B
C++

--- ./libkdegames/kgamerenderer_p.h.orig 2010-12-13 00:59:19.977474457 +0100
+++ ./libkdegames/kgamerenderer_p.h 2010-12-13 01:02:15.857318373 +0100
@@ -31,9 +31,10 @@
namespace KGRInternal
{
//Describes the state of a KGameRendererClient.
+ typedef QHash<QColor, QColor> qhash_qcolor_qcolor_t;
struct ClientSpec
{
- inline ClientSpec(const QString& spriteKey = QString(), int frame = -1, const QSize& size = QSize(), const QHash<QColor, QColor>& customColors = QHash<QColor, QColor>());
+ inline ClientSpec(const QString& spriteKey = QString(), int frame = -1, const QSize& size = QSize(), const qhash_qcolor_qcolor_t& customColors = qhash_qcolor_qcolor_t());
QString spriteKey;
int frame;
QSize size;