summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-11-10 19:42:56 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-11 17:34:39 (GMT)
commitb746654fb9379c37c8220e2ee3a950863517a095 (patch)
tree3b9b27ca45f88870b420247275347e332d7140f7 /src
parent607f85be64685af64ced9615adaf85e98e964274 (diff)
downloadQt-b746654fb9379c37c8220e2ee3a950863517a095.zip
Qt-b746654fb9379c37c8220e2ee3a950863517a095.tar.gz
Qt-b746654fb9379c37c8220e2ee3a950863517a095.tar.bz2
exporting QGraphicsEffectSource is required
Q3MainWindow and Q3TitleBar depend on it. Reviewed-By: dt Reviewed-By: Alessandro Portale
Diffstat (limited to 'src')
-rw-r--r--src/gui/effects/qgraphicseffect_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/effects/qgraphicseffect_p.h b/src/gui/effects/qgraphicseffect_p.h
index c67052e..0011eef 100644
--- a/src/gui/effects/qgraphicseffect_p.h
+++ b/src/gui/effects/qgraphicseffect_p.h
@@ -64,7 +64,7 @@
QT_BEGIN_NAMESPACE
class QGraphicsEffectSourcePrivate;
-class Q_AUTOTEST_EXPORT QGraphicsEffectSource : public QObject
+class Q_GUI_EXPORT QGraphicsEffectSource : public QObject
{
Q_OBJECT
public: