src/gui/painting/qpaintengine_x11.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
child 7 f7bc934e204c
--- a/src/gui/painting/qpaintengine_x11.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/src/gui/painting/qpaintengine_x11.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -146,7 +146,7 @@
 
 // hack, so we don't have to make QRegion::clipRectangles() public or include
 // X11 headers in qregion.h
-Q_AUTOTEST_EXPORT void *qt_getClipRects(const QRegion &r, int &num)
+Q_GUI_EXPORT void *qt_getClipRects(const QRegion &r, int &num)
 {
     return r.clipRectangles(num);
 }