summaryrefslogtreecommitdiffstats
path: root/src/Mainpage.dox
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-02 20:05:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-02 20:05:33 +0100
commit722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch)
treedb1b6b28566e5fe9accb4a688f7257673cecb080 /src/Mainpage.dox
parentafb74575caf7dd8ccb6c235b1c8d788e320c19da (diff)
downloadtdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz
tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip
Finish renaming tdevelop components
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 2f055d1b..7f2255d2 100644
--- a/src/Mainpage.dox
+++ b/src/Mainpage.dox
@@ -3,7 +3,7 @@
This library contains the Shell - a profile-based implementation of TDevelop plugin architecture.
-<b>Link with</b>: -lkdevshell
+<b>Link with</b>: -ltdevshell
<b>Include path</b>: -I\$(kde_includes)/tdevelop/shell
@@ -109,7 +109,7 @@ Example:
}
protected:
- KDevAssistantExtension();
+ TDevAssistantExtension();
};
@endcode