summaryrefslogtreecommitdiff
path: root/audio/musicbox/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/musicbox/patches/patch-af')
-rw-r--r--audio/musicbox/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/musicbox/patches/patch-af b/audio/musicbox/patches/patch-af
deleted file mode 100644
index 531fbd5a5cd..00000000000
--- a/audio/musicbox/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$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);