1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/math/xgfe/files/patch-ac

13 lines
280 B
Plaintext
Raw Normal View History

--- xgfeMainData.cpp.orig Sun Jun 7 14:39:29 1998
+++ xgfeMainData.cpp Sat Feb 12 05:00:10 2000
@@ -34,6 +34,9 @@
#include <qpushbt.h>
#include <qlayout.h>
+#define QColor(i) (QColor)(i)
+#define QRgb(i) (QRgb)(i)
+
xgfeMainData::xgfeMainData
(
QWidget* parent = 0,