29ac1ae4f7
Set Maintainer back to ports. Submitted by: Adriaan de Groot adridg@sci.kun.nl Reported by: bento
14 lines
322 B
C++
14 lines
322 B
C++
--- win/Qt/qt_win.cpp.orig Tue Oct 14 11:29:05 2003
|
|
+++ win/Qt/qt_win.cpp Tue Oct 14 11:29:52 2003
|
|
@@ -75,6 +75,11 @@
|
|
#undef yn
|
|
#endif
|
|
|
|
+#ifdef Invisible
|
|
+/* Invisible was added to an enum in Qt 3.2, #defined in youprop.h */
|
|
+#undef Invisible
|
|
+#endif
|
|
+
|
|
#include "qt_win.h"
|
|
#include <qregexp.h>
|
|
#include <qpainter.h>
|