summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:35 -0600
commitffa67ac75582192196cb70f866f6bfa00586542a (patch)
tree5a09c67b42a8228fc8348b5689b85006ea09942d /kommander/working/plugintemplate
parent997aa1672a07ce33c6696bd4a4124bfff97036e1 (diff)
downloadtdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.tar.gz
tdewebdev-ffa67ac75582192196cb70f866f6bfa00586542a.zip
Additional renaming of kde to tde
Diffstat (limited to 'kommander/working/plugintemplate')
-rw-r--r--kommander/working/plugintemplate/Makefile.am2
-rw-r--r--kommander/working/plugintemplate/README.dox2
-rw-r--r--kommander/working/plugintemplate/app.kdevelop4
-rw-r--r--kommander/working/plugintemplate/kommanderplugin.kdevtemplate14
4 files changed, 11 insertions, 11 deletions
diff --git a/kommander/working/plugintemplate/Makefile.am b/kommander/working/plugintemplate/Makefile.am
index 14e3c0a8..06a26086 100644
--- a/kommander/working/plugintemplate/Makefile.am
+++ b/kommander/working/plugintemplate/Makefile.am
@@ -1,5 +1,5 @@
dataFiles = src-Makefile.am plugin.cpp \
- widget.h widget.cpp app.kdevelop
+ widget.h widget.cpp app.tdevelop
templateName = kommanderplugin
### no need to change below:
diff --git a/kommander/working/plugintemplate/README.dox b/kommander/working/plugintemplate/README.dox
index 86968add..7069f3a5 100644
--- a/kommander/working/plugintemplate/README.dox
+++ b/kommander/working/plugintemplate/README.dox
@@ -20,7 +20,7 @@ and images.
...
\feature Describe the last feature
-\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=YOUR_COMPONENT_NAME&
+\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=YOUR_COMPONENT_NAME&
bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">
YOUR_COMPONENT_NAME at Bugzilla database</a>
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
diff --git a/kommander/working/plugintemplate/app.kdevelop b/kommander/working/plugintemplate/app.kdevelop
index 29beaf21..89685ef6 100644
--- a/kommander/working/plugintemplate/app.kdevelop
+++ b/kommander/working/plugintemplate/app.kdevelop
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<kdevelop>
+<tdevelop>
<general>
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
@@ -113,4 +113,4 @@
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
-</kdevelop>
+</tdevelop>
diff --git a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate
index 1eb9917f..2e9b70b6 100644
--- a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate
+++ b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate
@@ -9,11 +9,11 @@ Archive=kommanderplugin.tar.gz
[ADMIN]
Type=include
-File=%{kdevelop}/template-common/admin.kdevtemplate
+File=%{tdevelop}/template-common/admin.kdevtemplate
[GNU]
Type=include
-File=%{kdevelop}/template-common/gnu.kdevtemplate
+File=%{tdevelop}/template-common/gnu.kdevtemplate
[MkDir1]
Type=mkdir
@@ -22,8 +22,8 @@ Dir=%{dest}/src
[FILE1]
Type=install
EscapeXML=true
-Source=%{src}/app.kdevelop
-Dest=%{dest}/%{APPNAMELC}.kdevelop
+Source=%{src}/app.tdevelop
+Dest=%{dest}/%{APPNAMELC}.tdevelop
[FILE2]
Type=install
@@ -47,17 +47,17 @@ Dest=%{dest}/src/%{APPNAMELC}plugin.cpp
[FILE6]
Type=install
-Source=%{kdevelop}/template-common/kde-Makefile.cvs
+Source=%{tdevelop}/template-common/kde-Makefile.cvs
Dest=%{dest}/Makefile.cvs
[FILE7]
Type=install
-Source=%{kdevelop}/template-common/kde-configure.in.in
+Source=%{tdevelop}/template-common/kde-configure.in.in
Dest=%{dest}/configure.in.in
[FILE8]
Type=install
-Source=%{kdevelop}/template-common/kde-Makefile.am
+Source=%{tdevelop}/template-common/kde-Makefile.am
Dest=%{dest}/Makefile.am