diff options
Diffstat (limited to 'src/profileengine/lib/profile.h')
-rw-r--r-- | src/profileengine/lib/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profileengine/lib/profile.h b/src/profileengine/lib/profile.h index 857ddf39..dcdc369b 100644 --- a/src/profileengine/lib/profile.h +++ b/src/profileengine/lib/profile.h @@ -40,7 +40,7 @@ public: /**Lists which are held by a profile.*/ enum List { - Properties /**<X-KDevelop-Properties defined for this profile.*/, + Properties /**<X-TDevelop-Properties defined for this profile.*/, ExplicitEnable /**<A list of explicitly enabled plugins (names).*/, ExplicitDisable /**<A list of explicitly disabled plugins (names).*/ }; |