diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2000-02-12 00:46:28 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2000-02-12 00:46:28 +0000 |
commit | 7fc0748f69e0a3fba2084129251565cb38f65807 (patch) | |
tree | 994c1c6c6b73b3e5b32dc1bff768f207ca1c03b6 /math | |
parent | 00061c960d48c686c78ed9969dfed85ef3929d69 (diff) | |
download | ports-7fc0748f69e0a3fba2084129251565cb38f65807.tar.gz ports-7fc0748f69e0a3fba2084129251565cb38f65807.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/xgfe/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/xgfe/files/patch-ac b/math/xgfe/files/patch-ac new file mode 100644 index 000000000000..0bfa74ad7fdc --- /dev/null +++ b/math/xgfe/files/patch-ac @@ -0,0 +1,12 @@ +--- 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, |