summaryrefslogtreecommitdiffstats
path: root/noatun/library/mimetypetree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/mimetypetree.cpp')
-rw-r--r--noatun/library/mimetypetree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/mimetypetree.cpp b/noatun/library/mimetypetree.cpp
index a63b49f6..8dba7fc6 100644
--- a/noatun/library/mimetypetree.cpp
+++ b/noatun/library/mimetypetree.cpp
@@ -17,7 +17,7 @@ MimeTypeTree::MimeTypeTree(TQWidget *tqparent)
for (; i != list.end(); ++i)
{
TQString mimetype = (*i)->name();
- int slash = mimetype.tqfind("/");
+ int slash = mimetype.find("/");
TQString major = mimetype.left(slash);
// hide all and inode majors