summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch')
-rw-r--r--media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch b/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch
new file mode 100644
index 000000000000..b9252417d1d3
--- /dev/null
+++ b/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch
@@ -0,0 +1,26 @@
+diff -Naur prokyon3-0.9.4.orig/src/configuration.h prokyon3-0.9.4/src/configuration.h
+--- prokyon3-0.9.4.orig/src/configuration.h 2005-11-14 23:03:49.000000000 +0900
++++ prokyon3-0.9.4/src/configuration.h 2006-10-15 14:06:01.000000000 +0900
+@@ -159,8 +159,8 @@
+ ~Configuration();
+
+ private:
+- QValueList<int> Configuration::listString2Int( QStringList qs);
+- QStringList Configuration::listInt2String( QValueList<int> qi);
++ QValueList<int> listString2Int( QStringList qs);
++ QStringList listInt2String( QValueList<int> qi);
+ int startuptip, readid3v2, writeid3v2, autoconn, autohide, avoidhdd, avoidsmb, avoidnfs;
+ #ifdef HAVE_MEXTRAS
+ int checkartist, checkcover, checklyrics, checkalbum, checktracks, checkbiography, checkyears;
+diff -Naur prokyon3-0.9.4.orig/src/progressdialogscroll.h prokyon3-0.9.4/src/progressdialogscroll.h
+--- prokyon3-0.9.4.orig/src/progressdialogscroll.h 2005-11-14 22:57:18.000000000 +0900
++++ prokyon3-0.9.4/src/progressdialogscroll.h 2006-10-15 14:06:21.000000000 +0900
+@@ -32,7 +32,7 @@
+ setMinimumHeight( 200 );
+ setMinimumWidth( 500 );
+ }
+- void ProgressDialogScroll::resizeEvent( QResizeEvent *ev ) {
++ void resizeEvent( QResizeEvent *ev ) {
+ QProgressDialog::resizeEvent( ev );
+ QRect rct = static_cast<QWidget*>(this->child("label","QLabel"))->geometry();
+ rct.setTop(2);