diff options
Diffstat (limited to 'languages/cpp/app_templates/wxhello/app.tdevelop')
-rw-r--r-- | languages/cpp/app_templates/wxhello/app.tdevelop | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/languages/cpp/app_templates/wxhello/app.tdevelop b/languages/cpp/app_templates/wxhello/app.tdevelop index 9a3f0821..9de4fa75 100644 --- a/languages/cpp/app_templates/wxhello/app.tdevelop +++ b/languages/cpp/app_templates/wxhello/app.tdevelop @@ -12,7 +12,7 @@ <keyword>wxWidgets</keyword> </keywords> </general> - <tdevautoproject> + <kdevautoproject> <general> <activetarget>src/%{APPNAMELC}</activetarget> <useconfiguration>debug</useconfiguration> @@ -37,16 +37,16 @@ <cxxflags>-O0 -g3</cxxflags> </debug> </configurations> - </tdevautoproject> - <tdevfileview> + </kdevautoproject> + <kdevfileview> <groups> <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> <group pattern="*.rc" name="Resource file" /> <group pattern="*.png" name="Icons" /> <group pattern="*" name="Others" /> </groups> - </tdevfileview> - <tdevdoctreeview> + </kdevfileview> + <kdevdoctreeview> <ignoretocs> <toc>ada</toc> <toc>ada_bugs_gcc</toc> @@ -91,24 +91,24 @@ <ignoredoxygen> <toc>TDE Libraries (Doxygen)</toc> </ignoredoxygen> - </tdevdoctreeview> - <tdevdebugger> + </kdevdoctreeview> + <kdevdebugger> <general> <dbgshell>libtool</dbgshell> </general> - </tdevdebugger> - <tdevfilecreate> + </kdevdebugger> + <kdevfilecreate> <filetypes/> <useglobaltypes> <type ext="rc" /> <type ext="cpp" /> <type ext="h" /> </useglobaltypes> - </tdevfilecreate> - <tdevdocumentation> + </kdevfilecreate> + <kdevdocumentation> <projectdoc> <docsystem>Doxygen Documentation Collection</docsystem> <docurl>%{APPNAMELC}.tag</docurl> </projectdoc> - </tdevdocumentation> + </kdevdocumentation> </tdevelop> |