diff options
Diffstat (limited to 'kioslave/thumbnail/textcreator.cpp')
-rw-r--r-- | kioslave/thumbnail/textcreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/thumbnail/textcreator.cpp b/kioslave/thumbnail/textcreator.cpp index 31f4c4254..a2c713c87 100644 --- a/kioslave/thumbnail/textcreator.cpp +++ b/kioslave/thumbnail/textcreator.cpp @@ -52,7 +52,7 @@ TextCreator::~TextCreator() bool TextCreator::create(const TQString &path, int width, int height, TQImage &img) { // Filter out unwanted mimetypes - KMimeType::Ptr mimeType = KMimeType::findByPath( path ); + KMimeType::Ptr mimeType = KMimeType::tqfindByPath( path ); if ( mimeType->is( "text/rtf" ) ) return false; |