summaryrefslogtreecommitdiffstats
path: root/src/Mainpage.dox
diff options
context:
space:
mode:
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 7f2255d2..2f055d1b 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>: -ltdevshell
+<b>Link with</b>: -lkdevshell
<b>Include path</b>: -I\$(kde_includes)/tdevelop/shell
@@ -109,7 +109,7 @@ Example:
}
protected:
- TDevAssistantExtension();
+ KDevAssistantExtension();
};
@endcode