summaryrefslogtreecommitdiffstats
path: root/examples/animation
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-04-20 13:45:29 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-04-20 13:45:29 (GMT)
commit8321c137fe93ee0dfe6193076eff62325142e25b (patch)
tree21876efa2c8755a52896acaccfc4478ff879d6ed /examples/animation
parent45846eea8c57133cf2075e3c393d2765081cbaff (diff)
downloadQt-8321c137fe93ee0dfe6193076eff62325142e25b.zip
Qt-8321c137fe93ee0dfe6193076eff62325142e25b.tar.gz
Qt-8321c137fe93ee0dfe6193076eff62325142e25b.tar.bz2
compile fix
Diffstat (limited to 'examples/animation')
-rw-r--r--examples/animation/sub-attaq/qanimationstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/animation/sub-attaq/qanimationstate.h b/examples/animation/sub-attaq/qanimationstate.h
index fda1534..ddf5681 100644
--- a/examples/animation/sub-attaq/qanimationstate.h
+++ b/examples/animation/sub-attaq/qanimationstate.h
@@ -60,7 +60,7 @@ QT_MODULE(Gui)
class QAnimationStatePrivate;
-class Q_GUI_EXPORT QAnimationState : public QState
+class QAnimationState : public QState
{
Q_OBJECT
public: