aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/codesnippet/wizard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/codesnippet/wizard.xml')
-rw-r--r--share/qtcreator/templates/wizards/codesnippet/wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/codesnippet/wizard.xml b/share/qtcreator/templates/wizards/codesnippet/wizard.xml
index 6a67b722f9..8d06f37814 100644
--- a/share/qtcreator/templates/wizards/codesnippet/wizard.xml
+++ b/share/qtcreator/templates/wizards/codesnippet/wizard.xml
@@ -35,7 +35,7 @@ The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
leave room for the Qt 4 target page.
-->
<wizard version="1" kind="project"
- class="qt4project" firstpage="10"
+ class="qmakeproject" firstpage="10"
id="Z.Snippet" category="H.QtProjects">
<description>Creates a qmake-based test project for which a code snippet can be entered.</description>
<displayname>Code Snippet</displayname>;