summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem.h
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2010-04-12 02:41:36 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2010-04-13 05:00:22 (GMT)
commit1d26855f7cb061ba3da9db62dbbd92f586931a41 (patch)
tree038a27d883a6a75fbe0a53a1e1e136a2f72ef982 /src/declarative/graphicsitems/qdeclarativeitem.h
parentae9ba43b94903c077204736fb82b9bf0445982a5 (diff)
downloadQt-1d26855f7cb061ba3da9db62dbbd92f586931a41.zip
Qt-1d26855f7cb061ba3da9db62dbbd92f586931a41.tar.gz
Qt-1d26855f7cb061ba3da9db62dbbd92f586931a41.tar.bz2
Struct -> class because class is better.
Well i have no idea on what to write on that commit message. Reviewed-by:akennedy
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitem.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.h b/src/declarative/graphicsitems/qdeclarativeitem.h
index 0fb8e4d..51889f6 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem.h
+++ b/src/declarative/graphicsitems/qdeclarativeitem.h
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
class QDeclarativeState;
-struct QDeclarativeAnchorLine;
+class QDeclarativeAnchorLine;
class QDeclarativeTransition;
class QDeclarativeKeyEvent;
class QDeclarativeAnchors;