diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
commit | 998ebd2e683e45140493910f76e692e96887b5d2 (patch) | |
tree | 4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /lib/interfaces/kdevproject.h | |
parent | 9ba3adb356665bc27c3416c0b916efa89b366bde (diff) | |
download | tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip |
Fix help files, kdevelop->tdevelop branding, fix startup.
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 { |