summaryrefslogtreecommitdiff
path: root/audio/musicbox/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/musicbox/patches')
-rw-r--r--audio/musicbox/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/musicbox/patches/patch-af b/audio/musicbox/patches/patch-af
new file mode 100644
index 00000000000..531fbd5a5cd
--- /dev/null
+++ b/audio/musicbox/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2001/10/15 06:59:05 tron Exp $
+
+--- MultiListBox.h.orig Wed Nov 12 19:57:00 1997
++++ MultiListBox.h Mon Oct 15 08:57:34 2001
+@@ -16,7 +16,7 @@
+ Pic = i->Pic;
+ Text = i->Text;
+ }
+- setPixmap(QPixmap& p) {Pic = p;}
++ void setPixmap(QPixmap& p) {Pic = p;}
+ int Width(MultiListBox *box);
+ int Height(MultiListBox *box,int max_w);
+ void Paint(QPainter *p,int w,int h,int flag=0);