SVN commit 1036907 by trueg: compile++ M +1 -1 resourcedata.cpp --- branches/KDE/4.3/kdelibs/nepomuk/core/resourcedata.cpp #1036906:1036907 @@ -79,7 +79,7 @@ if( m_mainType.isEmpty() ) { if( !m_uri.isEmpty() && m_uri.scheme() == QLatin1String("file") && - QFile::exists( m_url.toLocalFile() ) ) + QFile::exists( m_uri.toLocalFile() ) ) m_mainType = Nepomuk::Vocabulary::NFO::FileDataObject(); else m_mainType = Soprano::Vocabulary::RDFS::Resource();