mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
0d959daeb3
dependency on an old header during portupgrade and causing the install stage to fail. Approved by: will
13 lines
348 B
C++
13 lines
348 B
C++
--- src/styles/qstylefactory.cpp.orig Sun Sep 21 19:27:51 2003
|
|
+++ src/styles/qstylefactory.cpp Sun Sep 21 19:28:07 2003
|
|
@@ -48,9 +48,6 @@
|
|
#include "qplatinumstyle.h"
|
|
#include "qsgistyle.h"
|
|
#include "qcompactstyle.h"
|
|
-#ifndef QT_NO_STYLE_WINDOWSXP
|
|
-#include "qwindowsxpstyle.h"
|
|
-#endif
|
|
#ifndef QT_NO_STYLE_AQUA
|
|
#include "qaquastyle.h"
|
|
#endif
|