summaryrefslogtreecommitdiffstats
path: root/src/Mainpage.dox
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
commit998ebd2e683e45140493910f76e692e96887b5d2 (patch)
tree4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /src/Mainpage.dox
parent9ba3adb356665bc27c3416c0b916efa89b366bde (diff)
downloadtdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz
tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'src/Mainpage.dox')
-rw-r--r--src/Mainpage.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mainpage.dox b/src/Mainpage.dox
index 9eddd809..135e65e4 100644
--- a/src/Mainpage.dox
+++ b/src/Mainpage.dox
@@ -1,7 +1,7 @@
/**
@mainpage The KDevelop Generic Shell
-This library contains the Shell - a profile-based implementation of KDevelop plugin architecture.
+This library contains the Shell - a profile-based implementation of TDevelop plugin architecture.
<b>Link with</b>: -lkdevshell
@@ -9,7 +9,7 @@ This library contains the Shell - a profile-based implementation of KDevelop plu
\section creatingapp Creating an application using generic shell
KDevelop platform applications can use generic shell as a ready to use implementation
-of KDevelop plugin architecture.
+of TDevelop plugin architecture.
This is done by creating application %main.cpp file and @ref ShellExtension subclass.
Example: