diff options
author | J-P Nurmi <jpnurmi@digia.com> | 2013-04-12 17:07:15 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-15 17:05:32 +0200 |
commit | 784f7181e5ccbadb7b872a86625f800d325e1408 (patch) | |
tree | 2010ee5f7660875b2c216ef0bc3ba1372f2ce78d /src/controls/plugin.cpp | |
parent | 227f767df9135a74cb266a2674b7c239810e4c35 (diff) | |
download | qtquickcontrols-784f7181e5ccbadb7b872a86625f800d325e1408.tar.gz |
Rename QtStack to QQuickStack
Change-Id: Ifd2353b2e5183871900df919c2ca162dde4747e8
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/controls/plugin.cpp')
-rw-r--r-- | src/controls/plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp index 93fa6677..1b255302 100644 --- a/src/controls/plugin.cpp +++ b/src/controls/plugin.cpp @@ -43,7 +43,7 @@ #include "qquickexclusivegroup_p.h" #include "qquickmenu_p.h" #include "qquickmenubar_p.h" -#include "qtstack_p.h" +#include "qquickstack_p.h" #include <qimage.h> #include <qqml.h> @@ -97,7 +97,7 @@ void QtQuickControlsPlugin::registerTypes(const char *uri) qmlRegisterUncreatableType<QQuickMenuBase>(uri, 1, 0, "MenuBase", QLatin1String("Do not create objects of type MenuBase")); - qmlRegisterUncreatableType<QtStack>(uri, 1, 0, "Stack", QLatin1String("Do not create objects of type Stack")); + qmlRegisterUncreatableType<QQuickStack>(uri, 1, 0, "Stack", QLatin1String("Do not create objects of type Stack")); } void QtQuickControlsPlugin::initializeEngine(QQmlEngine *engine, const char *uri) |