summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/mandelbrot/cltexture2d.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/mandelbrot/cltexture2d.h b/demos/mandelbrot/cltexture2d.h
index f2a352c..3b845f3 100644
--- a/demos/mandelbrot/cltexture2d.h
+++ b/demos/mandelbrot/cltexture2d.h
@@ -50,13 +50,11 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-QT_MODULE(CLGL)
-
class QCLContextGL;
class CLTexture2DPrivate;
// Note: this class probably should be in the QtOpenGL library.
-class Q_CLGL_EXPORT CLTexture2D : public QCLImage2D
+class CLTexture2D : public QCLImage2D
{
public:
CLTexture2D();