diff options
-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, |