diff options
Diffstat (limited to 'languages/cpp/app_templates/gnome2mmapp/app.tdevelop')
-rw-r--r-- | languages/cpp/app_templates/gnome2mmapp/app.tdevelop | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/languages/cpp/app_templates/gnome2mmapp/app.tdevelop b/languages/cpp/app_templates/gnome2mmapp/app.tdevelop index 177611f0..19fbacb7 100644 --- a/languages/cpp/app_templates/gnome2mmapp/app.tdevelop +++ b/languages/cpp/app_templates/gnome2mmapp/app.tdevelop @@ -12,7 +12,7 @@ <keyword>GNOME</keyword> </keywords> </general> - <tdevautoproject> + <kdevautoproject> <general> <activetarget>src/%{APPNAMELC}</activetarget> <useconfiguration>debug</useconfiguration> @@ -39,8 +39,8 @@ <cxxflags>-O0 -g3</cxxflags> </debug> </configurations> - </tdevautoproject> - <tdevfileview> + </kdevautoproject> + <kdevfileview> <groups> <group pattern="*.cpp;*.h" name="Sources" /> <group pattern="*.glade" name="User Interface" /> @@ -48,22 +48,22 @@ <group pattern="*.po" name="Translations" /> <group pattern="*" name="Others" /> </groups> - </tdevfileview> - <tdevdebugger> + </kdevfileview> + <kdevdebugger> <general> <dbgshell>libtool</dbgshell> </general> - </tdevdebugger> - <tdevfilecreate> + </kdevdebugger> + <kdevfilecreate> <useglobaltypes> <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> |