e37e6d06d1
<rxg@ms25.url.com.tw>, the maintainer of this package). Changes are bugfixes, and use of the native NetBSD sound API instead of OSS emulation.
14 lines
314 B
Text
14 lines
314 B
Text
$NetBSD: patch-aq,v 1.1 2000/10/18 11:22:45 rh Exp $
|
|
|
|
--- 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,
|