summaryrefslogtreecommitdiff
path: root/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch')
-rw-r--r--games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch
new file mode 100644
index 000000000000..67d2acd90c74
--- /dev/null
+++ b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch
@@ -0,0 +1,11 @@
+--- a/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:09.000000000 +0200
++++ b/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:49.000000000 +0200
+@@ -215,7 +215,7 @@
+
+ // Set room properties
+ room->setUseDefaultCol(in_room.useDefaultCol);
+- room->setColor(QColor::QColor(in_room.red,in_room.green,in_room.blue));
++ room->setColor(QColor(in_room.red,in_room.green,in_room.blue));
+ room->setLabel(label);
+ room->setDescription(description);
+