diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:18 -0600 |
commit | dc6974ef6a48769ddf686426ae05bc00ba9de492 (patch) | |
tree | 84b71b2fd51c40ad39317e21c3a78f003ae7c6a8 /noatun-plugins/oblique/kdatacollection.h | |
parent | 11433c5e3b04586d6955b0fc36f2a5136d766f63 (diff) | |
download | tdeaddons-dc6974ef6a48769ddf686426ae05bc00ba9de492.tar.gz tdeaddons-dc6974ef6a48769ddf686426ae05bc00ba9de492.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'noatun-plugins/oblique/kdatacollection.h')
-rw-r--r-- | noatun-plugins/oblique/kdatacollection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/oblique/kdatacollection.h b/noatun-plugins/oblique/kdatacollection.h index a737e43..15cb98e 100644 --- a/noatun-plugins/oblique/kdatacollection.h +++ b/noatun-plugins/oblique/kdatacollection.h @@ -107,7 +107,7 @@ public: TQStringList names() const; /** - * deletes the file if it is in KDEHOME, or marks it as hidden if it's a + * deletes the file if it is in TDEHOME, or marks it as hidden if it's a * system file **/ void remove(const TQString &name); @@ -124,7 +124,7 @@ public: /** * @returns the filename for a file you can save into. If @p create is * false, it'll return an empty string if the file doesn't already exist in - * KDEHOME + * TDEHOME * * This function will not create the file, only return what the name is in * theory. |