diff options
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/configurable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/configurable.h b/umbrello/umbrello/configurable.h index e26c4e87..df6bf7d8 100644 --- a/umbrello/umbrello/configurable.h +++ b/umbrello/umbrello/configurable.h @@ -80,7 +80,7 @@ public: * The configure interface is required to be implemented by all subclasses * of this class. It is expected that configuration implementations all * understand how to attain their session configuration file. These files - * are stored in ~/.kde/share/config. What actions are taken with the + * are stored in ~/.trinity/share/config. What actions are taken with the * configuration class are defined by implementing classes. */ virtual bool configure() = 0; |