mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
053fb41e91
- Use $(CC) instead of "gcc".
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
--- confData.cpp.orig Fri Aug 29 08:41:08 1997
|
|
+++ confData.cpp Sat Feb 12 03:46:47 2000
|
|
@@ -17,6 +17,9 @@
|
|
#include <qbttngrp.h>
|
|
#include <qpushbt.h>
|
|
|
|
+#define QColor(i) (QColor)(i)
|
|
+#define QRgb(i) (QRgb)(i)
|
|
+
|
|
confData::confData
|
|
(
|
|
QWidget* parent,
|