summaryrefslogtreecommitdiffstats
path: root/parts
diff options
context:
space:
mode:
Diffstat (limited to 'parts')
-rw-r--r--parts/appwizard/README.dox2
-rw-r--r--parts/diff/README.dox2
-rw-r--r--parts/documentation/README.dox4
-rw-r--r--parts/documentation/interfaces/Mainpage.dox4
-rw-r--r--parts/doxygen/README.dox22
-rw-r--r--parts/fullscreen/README.dox4
-rw-r--r--parts/grepview/README.dox2
-rw-r--r--parts/snippet/README.dox2
-rw-r--r--parts/tipofday/README.dox4
-rw-r--r--parts/uimode/README.dox4
-rw-r--r--parts/valgrind/README.dox2
11 files changed, 26 insertions, 26 deletions
diff --git a/parts/appwizard/README.dox b/parts/appwizard/README.dox
index 3da524ab..2e58c082 100644
--- a/parts/appwizard/README.dox
+++ b/parts/appwizard/README.dox
@@ -61,7 +61,7 @@ Qt Qt based
Kicker Kicker applet
tdeioslave KDE ioslave
KOffice KOffice application
-KDevelop TDevelop plugin
+TDevelop TDevelop plugin
GNOME GNOME application
\endverbatim
diff --git a/parts/diff/README.dox b/parts/diff/README.dox
index 6659ac71..65e04fbc 100644
--- a/parts/diff/README.dox
+++ b/parts/diff/README.dox
@@ -13,7 +13,7 @@ and select "diff to repository" to see it in action.
\feature Shows "diffs" between files
\feature If "kompare" from KDESDK is installed, it'll use its widget to display the diff otherwise in a QTextEdit with simple highlighting
-\feature Works with all VCS systems supported by KDevelop
+\feature Works with all VCS systems supported by TDevelop
\requirement If "kompare" from KDESDK is installed, it'll use its widget to display the diff.
diff --git a/parts/documentation/README.dox b/parts/documentation/README.dox
index b65f0d2a..079ca6e5 100644
--- a/parts/documentation/README.dox
+++ b/parts/documentation/README.dox
@@ -1,5 +1,5 @@
/** \class Documentation
-Documentation plugin for KDevelop.
+Documentation plugin for TDevelop.
\authors <a href="mailto:cloudtemple@mksat.net">Alexander Dymo</a>
@@ -8,7 +8,7 @@ Documentation plugin for KDevelop.
\feature Qt API browsing
\feature KDE API browsing
\feature Devhelp books browsing (GTK/GNOME API)
-\feature KDevelopTOC browsing
+\feature TDevelopTOC browsing
\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=documentation&
bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">
diff --git a/parts/documentation/interfaces/Mainpage.dox b/parts/documentation/interfaces/Mainpage.dox
index 5a6bb2bb..050b68d9 100644
--- a/parts/documentation/interfaces/Mainpage.dox
+++ b/parts/documentation/interfaces/Mainpage.dox
@@ -1,7 +1,7 @@
/**
-@mainpage The KDevelop Documentation Part Interfaces Library
+@mainpage The TDevelop Documentation Part Interfaces Library
-This library contains interfaces to implement KDevelop documentation plugins.
+This library contains interfaces to implement TDevelop documentation plugins.
<b>Link with</b>: -ldocumentation_interfaces
diff --git a/parts/doxygen/README.dox b/parts/doxygen/README.dox
index 21dc48b8..9fa7b692 100644
--- a/parts/doxygen/README.dox
+++ b/parts/doxygen/README.dox
@@ -1,8 +1,8 @@
/**
\class DoxygenPart
-Integrates Doxygen - http://www.doxygen.org into KDevelop.
-It allows you to call the Doxygen executable from a KDevelop menu.
-It integrates a GUI into the "KDevelop Project Configuration dialog" to
+Integrates Doxygen - http://www.doxygen.org into TDevelop.
+It allows you to call the Doxygen executable from a TDevelop menu.
+It integrates a GUI into the "TDevelop Project Configuration dialog" to
configure Doxygen (it reads and writes Doxygen Compatible configuration files).
<b>To update to a newer doxygen version:</b>
@@ -21,10 +21,10 @@ configure Doxygen (it reads and writes Doxygen Compatible configuration files).
<br>
-# To do the merge on config.cpp you should use:
<code>\verbatim$ kdiff3 doxygen-location/src/config.cpp tdevelop-location/parts/doxygen/config.cpp\endverbatim</code>
- - Be careful because doxygen uses the deprecated QList class while KDevelop
+ - Be careful because doxygen uses the deprecated QList class while TDevelop
uses the new QPtrList so you should not merge certain lines of code!!!
- Be careful because doxygen uses the deprecated QRegExp::match() method while
- KDevelop uses the new QRegExp::search() and QRegExp::matchedLength() mehtods
+ TDevelop uses the new QRegExp::search() and QRegExp::matchedLength() mehtods
instead so you should not merge certain lines of code!!!
- Be careful because KDevlop uses the QFile::encodeName() function and the
original doxygen code doesn't. So do NOT delete the QFile::encodeName() calls.
@@ -32,15 +32,15 @@ configure Doxygen (it reads and writes Doxygen Compatible configuration files).
<br>
-# To do the merge on config.h you should use:
<code>\verbatim$ kdiff3 doxygen-location/src/config.h tdevelop-location/parts/doxygen/config.h\endverbatim</code>
- - Again, be careful because doxygen uses the deprecated QList class while KDevelop
+ - Again, be careful because doxygen uses the deprecated QList class while TDevelop
uses the new QPtrList so you should not merge certain lines of code!!!
.
<br>
.
-# Copy over the file <code>doxygen-location/src/lang_cfg.h</code> to the <code>tdevelop-location/parts/doxygen/</code> directory.
-# Add the new i18n strings to messages.cpp.
- To do so, run KDevelop and go to Project-> Project Options... -> Doxygen.
- Take a look at KDevelop' console output, it will warn you about the missing
+ To do so, run TDevelop and go to Project-> Project Options... -> Doxygen.
+ Take a look at TDevelop' console output, it will warn you about the missing
messages. Add them to messages.cpp file.
-# Update version.cpp
-# Add anything else you needed to do, to get it to compile, to the parts/doxygen/README.dox file.
@@ -53,10 +53,10 @@ Everything else we can customize for our look & feel.
\maintainer <a href="mailto:a.lucas at tu-bs dot de">Amilcar Lucas</a>
-\feature Call Doxygen executable from a KDevelop menu.
-\feature Configure Doxygen inside KDevelop.
+\feature Call Doxygen executable from a TDevelop menu.
+\feature Configure Doxygen inside TDevelop.
\feature Create a configuration file with correct ProjectName, Author, Version and
- location of source files whenever a new KDevelop project is created.
+ location of source files whenever a new TDevelop project is created.
\feature Automaticaly generate a Doxygen search database whenever the "search engine" option in Doxygen configuration is activated and you "Run Doxygen".
diff --git a/parts/fullscreen/README.dox b/parts/fullscreen/README.dox
index 10f74509..2921396f 100644
--- a/parts/fullscreen/README.dox
+++ b/parts/fullscreen/README.dox
@@ -1,10 +1,10 @@
/** \class FullScreenPart
-Displays KDevelop in full screen
+Displays TDevelop in full screen
\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a>
\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a>
-\feature Displays KDevelop in full screen
+\feature Displays TDevelop in full screen
*/
diff --git a/parts/grepview/README.dox b/parts/grepview/README.dox
index fe77cd38..ef1875c6 100644
--- a/parts/grepview/README.dox
+++ b/parts/grepview/README.dox
@@ -1,5 +1,5 @@
/** \class GrepViewPart
-Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions.
+Integrates "find|grep" in TDevelop - allows fast searching of multiple files using patterns or regular expressions.
\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
diff --git a/parts/snippet/README.dox b/parts/snippet/README.dox
index 4d5d80de..3cc3ccd0 100644
--- a/parts/snippet/README.dox
+++ b/parts/snippet/README.dox
@@ -1,5 +1,5 @@
/** \class SnippetPart
-This plugin provides a tool view for CodeSnippets which can be easily inserted into any KDevelop sourcecode file.
+This plugin provides a tool view for CodeSnippets which can be easily inserted into any TDevelop sourcecode file.
\authors <a href="mailto:rgruber@users.sourceforge.net">Robert Gruber</a>
diff --git a/parts/tipofday/README.dox b/parts/tipofday/README.dox
index f953e258..eaea2270 100644
--- a/parts/tipofday/README.dox
+++ b/parts/tipofday/README.dox
@@ -1,8 +1,8 @@
/** \class TipOfDayPart
-Shows a random "tip of the day" at KDevelop startup.
+Shows a random "tip of the day" at TDevelop startup.
\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
-\feature Shows a random "tip of the day" at KDevelop startup
+\feature Shows a random "tip of the day" at TDevelop startup
*/
diff --git a/parts/uimode/README.dox b/parts/uimode/README.dox
index 5836e21f..5ed282bf 100644
--- a/parts/uimode/README.dox
+++ b/parts/uimode/README.dox
@@ -1,8 +1,8 @@
/** \class UIChooserPart
-Allows you to choose the KDevelop UImode (Graphical User Interface mode)
+Allows you to choose the TDevelop UImode (Graphical User Interface mode)
\authors <a href="mailto:hoelzer AT physik.uni-wuerzburg.de">Matthias Hoelzer</a>
-\feature Allows you to choose the KDevelop UImode (Graphical User Interface mode)
+\feature Allows you to choose the TDevelop UImode (Graphical User Interface mode)
*/
diff --git a/parts/valgrind/README.dox b/parts/valgrind/README.dox
index d5e79fd4..0147a8fb 100644
--- a/parts/valgrind/README.dox
+++ b/parts/valgrind/README.dox
@@ -11,7 +11,7 @@ Valgrind is a tool that helps you find memory management problems in programs. h
...
\maintainer <a href="mailto:nth maintainer AT provider.com">nth maintainer full name</a>
-\feature Integrates Valgrind into KDevelop
+\feature Integrates Valgrind into TDevelop
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
..