diff options
Diffstat (limited to 'lib/interfaces/kdevproject.h')
-rw-r--r-- | lib/interfaces/kdevproject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/interfaces/kdevproject.h b/lib/interfaces/kdevproject.h index d567906b..fbe42ea7 100644 --- a/lib/interfaces/kdevproject.h +++ b/lib/interfaces/kdevproject.h @@ -43,7 +43,7 @@ KDevelop project interface. Plugins implementing the KDevProject interfaces are used to manage projects. Project can be considered as a way of grouping files (in text editors) or -as a way of providing support for a build system (like it is done in KDevelop IDE buildtools). +as a way of providing support for a build system (like it is done in TDevelop IDE buildtools). */ class KDevProject: public KDevPlugin { |