aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickgridview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickgridview_p.h')
-rw-r--r--src/quick/items/qquickgridview_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/items/qquickgridview_p.h b/src/quick/items/qquickgridview_p.h
index b8f44ed0e1..ac3c8f097d 100644
--- a/src/quick/items/qquickgridview_p.h
+++ b/src/quick/items/qquickgridview_p.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -44,7 +44,7 @@
#include "qquickitemview_p.h"
-#include <private/qdeclarativeguard_p.h>
+#include <private/qqmlguard_p.h>
QT_BEGIN_HEADER
@@ -131,7 +131,7 @@ Q_SIGNALS:
void viewChanged();
public:
- QDeclarativeGuard<QQuickGridView> m_view;
+ QQmlGuard<QQuickGridView> m_view;
};