From c0df0b6fc002acd22f40284f8ca5377ae96fa1ce Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 22 Feb 2013 17:25:25 +0100 Subject: Remove the Page control - use attached properties instead Change-Id: I69599daeea4ba49689fbbbe58c5d4a60fccc8824 Reviewed-by: Richard Moe Gustavsen Reviewed-by: Jens Bache-Wiig --- src/controls/plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/controls/plugin.cpp') diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp index 20d2f394..b7dd36cd 100644 --- a/src/controls/plugin.cpp +++ b/src/controls/plugin.cpp @@ -44,7 +44,7 @@ #include "qtexclusivegroup_p.h" #include "qtmenu_p.h" #include "qtmenubar_p.h" -#include "qpagestatus.h" +#include "qtstack_p.h" #include #include @@ -86,7 +86,7 @@ void StylePlugin::registerTypes(const char *uri) qmlRegisterUncreatableType(uri, 1, 0, "MenuBase", QLatin1String("Do not create objects of type MenuBase")); - qmlRegisterUncreatableType(uri, 1, 0, "PageStatus", QLatin1String("Do not create objects of type PageStatus")); + qmlRegisterUncreatableType(uri, 1, 0, "Stack", QLatin1String("Do not create objects of type Stack")); } void StylePlugin::initializeEngine(QQmlEngine *engine, const char *uri) -- cgit v1.2.1