diff options
Diffstat (limited to 'audio/xamp/files/patch-aj')
-rw-r--r-- | audio/xamp/files/patch-aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/xamp/files/patch-aj b/audio/xamp/files/patch-aj new file mode 100644 index 000000000000..218cf1e793db --- /dev/null +++ b/audio/xamp/files/patch-aj @@ -0,0 +1,12 @@ +--- dirDlgData.cpp.orig Tue Jan 25 01:36:16 2000 ++++ dirDlgData.cpp Tue Jan 25 01:36:43 2000 +@@ -6,6 +6,9 @@ + #include <qframe.h> + #include <qlabel.h> + ++#define QColor(i) (QColor)(i) ++#define QRgb(i) (QRgb)(i) ++ + dirDlgData::dirDlgData + ( + QWidget* parent, |