summaryrefslogtreecommitdiffstats
path: root/src/notefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notefactory.cpp')
-rw-r--r--src/notefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notefactory.cpp b/src/notefactory.cpp
index 91b9a2a..4d1c5a3 100644
--- a/src/notefactory.cpp
+++ b/src/notefactory.cpp
@@ -767,7 +767,7 @@ NoteType::Id NoteFactory::typeForURL(const KURL &url, Basket */*tqparent*/)
{
/* KMimeType::Ptr kMimeType = KMimeType::findByURL(url);
if (Global::debugWindow)
- *Global::debugWindow << "typeForURL: " + kMimeType->tqparentMimeType();//property("MimeType").toString();*/
+ *Global::debugWindow << "typeForURL: " + kMimeType->parentMimeType();//property("MimeType").toString();*/
bool viewText = Settings::viewTextFileContent();
bool viewHTML = Settings::viewHtmlFileContent();
bool viewImage = Settings::viewImageFileContent();