summaryrefslogtreecommitdiffstats
path: root/amarok/src/enginecontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/enginecontroller.cpp')
-rw-r--r--amarok/src/enginecontroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/enginecontroller.cpp b/amarok/src/enginecontroller.cpp
index a87dfe32..d41f5c75 100644
--- a/amarok/src/enginecontroller.cpp
+++ b/amarok/src/enginecontroller.cpp
@@ -230,7 +230,7 @@ bool EngineController::canDecode( const KURL &url ) //static
if ( !url.isLocalFile() ) return true;
// If extension is already in the cache, return cache result
- if ( extensionCache().tqcontains( ext ) )
+ if ( extensionCache().contains( ext ) )
return s_extensionCache[ext];
// If file has 0 bytes, ignore it and return false, not to infect the cache with corrupt files.
@@ -653,7 +653,7 @@ EngineController::bundle() const
void EngineController::slotStreamMetaData( const MetaBundle &bundle ) //SLOT
{
// Prevent spamming by ignoring repeated identical data (some servers repeat it every 10 seconds)
- if ( m_lastMetadata.tqcontains( bundle ) )
+ if ( m_lastMetadata.contains( bundle ) )
return;
// We compare the new item with the last two items, because mth.house currently cycles