mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
--- QtAMPData.cpp.orig Tue Jan 25 01.35.30 2000
|
|
+++ QtAMPData.cpp Tue Jan 25 01:35:55 2000
|
|
@@ -19,6 +19,9 @@
|
|
#include <qkeycode.h>
|
|
#include <qtooltip.h>
|
|
|
|
+#define QColor(i) (QColor)(i)
|
|
+#define QRgb(i) (QRgb)(i)
|
|
+
|
|
QtAMPData::QtAMPData
|
|
(
|
|
QWidget* parent,
|