diff options
Diffstat (limited to 'src/Mainpage.dox')
-rw-r--r-- | src/Mainpage.dox | 4 |
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 |