diff options
Diffstat (limited to 'noatun-plugins/oblique/base.h')
-rw-r--r-- | noatun-plugins/oblique/base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/oblique/base.h b/noatun-plugins/oblique/base.h index 948ec78..4652343 100644 --- a/noatun-plugins/oblique/base.h +++ b/noatun-plugins/oblique/base.h @@ -32,7 +32,7 @@ public: File add(const TQString &file); - File tqfind(FileId id); + File find(FileId id); void clear(); @@ -96,7 +96,7 @@ private: // friends for Slice private: /** - * load the xml that lives at the head of the db and tqcontains + * load the xml that lives at the head of the db and contains * potentially lots of structured data **/ void loadMetaXML(const TQString &xml); |