summaryrefslogtreecommitdiffstats
path: root/kio/tests/kmfitest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/kmfitest.cpp')
-rw-r--r--kio/tests/kmfitest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/tests/kmfitest.cpp b/kio/tests/kmfitest.cpp
index 83d5798a2..25e96759f 100644
--- a/kio/tests/kmfitest.cpp
+++ b/kio/tests/kmfitest.cpp
@@ -19,8 +19,8 @@ int main (int argc, char **argv)
TQString file = TQFile::decodeName(argv[i]);
qWarning("File: %s", file.local8Bit().data());
KMimeType::Ptr p;
- p = KMimeType::tqfindByPath(file);
- qWarning("Mime type (tqfindByPath): %s", p->name().latin1());
+ p = KMimeType::findByPath(file);
+ qWarning("Mime type (findByPath): %s", p->name().latin1());
KFileMetaInfo meta(file, TQString::null, KFileMetaInfo::TechnicalInfo | KFileMetaInfo::ContentInfo);
}