From 8b9c0d28fe084e8c7912a55f29052052edcfdd6e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Jun 2015 15:33:10 +0900 Subject: Revert to .kdevelop files with entity name for project files. This resolves bug 2308. Signed-off-by: Michele Calgaro (cherry picked from commit e044c5463329652f28565dfc7de24ef8b0edaa6f) --- parts/filecreate/README.dox | 2 +- parts/filecreate/fcconfigwidget.cpp | 2 +- parts/filecreate/template-info.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'parts/filecreate') diff --git a/parts/filecreate/README.dox b/parts/filecreate/README.dox index 34a7882d..435b93e9 100644 --- a/parts/filecreate/README.dox +++ b/parts/filecreate/README.dox @@ -59,7 +59,7 @@ If a type has subtypes, and no subtypes are specified, then all subtypes are ass \endverbatim -Usually, this XML forms part of the base .tdevelop file created by the appwizard. +Usually, this XML forms part of the base .kdevelop file created by the appwizard. \authors Julian Rockey \authors Alexander Dymo diff --git a/parts/filecreate/fcconfigwidget.cpp b/parts/filecreate/fcconfigwidget.cpp index 7c6fabc4..024891a9 100644 --- a/parts/filecreate/fcconfigwidget.cpp +++ b/parts/filecreate/fcconfigwidget.cpp @@ -169,7 +169,7 @@ void FCConfigWidget::loadProjectTemplates(TQListView *view) void FCConfigWidget::saveGlobalConfig() { TQDomDocument globalDom; - TQDomElement element = globalDom.createElement("tdevelop" ); + TQDomElement element = globalDom.createElement("kdevelop" ); globalDom.appendChild(element); TQDomElement apPart = globalDom.createElement("kdevfilecreate"); element.appendChild(apPart); diff --git a/parts/filecreate/template-info.xml b/parts/filecreate/template-info.xml index 664fa376..bddd5d65 100644 --- a/parts/filecreate/template-info.xml +++ b/parts/filecreate/template-info.xml @@ -1,5 +1,5 @@ - + @@ -178,4 +178,4 @@ - + -- cgit v1.2.1