diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:30:58 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:30:58 -0600 |
commit | fae65940e8688806b47020f41410540d3caa9bdf (patch) | |
tree | 4914864c8d2f0279f34ffb45fb7a289a623f85a6 /umbrello | |
parent | af10979845a8766fbd1383775776a3d7a85efb27 (diff) | |
download | tdesdk-fae65940e8688806b47020f41410540d3caa9bdf.tar.gz tdesdk-fae65940e8688806b47020f41410540d3caa9bdf.zip |
Fix references to user profile directory.
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; |