mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
|
--- 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,
|