diff --git a/src/qtdesktop/PageStack.qml b/src/qtdesktop/PageStack.qml
index d77a623c067eb67a8e06856a468256b10daeecaf..c5d23c719fa15bf4f3e1aed1c95efe93c097486b 100644
--- a/src/qtdesktop/PageStack.qml
+++ b/src/qtdesktop/PageStack.qml
@@ -44,9 +44,9 @@ import QtDesktop.Private 1.0
 import "Private/PageStack.js" as JSArray
 
 /*!
-    \qmlclass QtDesktop.PageStack
+    \qmltype PageStack
     \inherits Item
-    \inqmlmodule QtDesktop
+    \inqmlmodule QtDesktop 1.0
 
     \brief The central component for building page-based applications
 
@@ -989,4 +989,3 @@ Item {
         }
     }
 }
-