diff options
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. |