diff options
Diffstat (limited to 'parts/filecreate/README.dox')
-rw-r--r-- | parts/filecreate/README.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/filecreate/README.dox b/parts/filecreate/README.dox index 34a7882d..fc0fbc76 100644 --- a/parts/filecreate/README.dox +++ b/parts/filecreate/README.dox @@ -20,7 +20,7 @@ Example XML: <code> \verbatim - <kdevfilecreate> + <tdevfilecreate> <filetypes> <type ext="py" name="Python" create="template"/> <type ext="ui" name="QT Designer" create="template"> @@ -28,7 +28,7 @@ Example XML: <subtype ref="mainwin" name="Main window"/> </type> </filetypes> - </kdevfilecreate> + </tdevfilecreate> \endverbatim </code> @@ -36,14 +36,14 @@ You can also use global template definitions supplied with the FileCreate part: <code> \verbatim - <kdevfilecreate> + <tdevfilecreate> <useglobaltypes> <type ext="ui" /> </useglobaltypes> <filetypes> <type ext="py" name="Python" create="template"/> </filetypes> - </kdevfilecreate> + </tdevfilecreate> \endverbatim </code> |