summaryrefslogtreecommitdiffstats
path: root/akregator/src/storagefactoryregistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/storagefactoryregistry.cpp')
-rw-r--r--akregator/src/storagefactoryregistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/storagefactoryregistry.cpp b/akregator/src/storagefactoryregistry.cpp
index 608c05b17..50fb6005d 100644
--- a/akregator/src/storagefactoryregistry.cpp
+++ b/akregator/src/storagefactoryregistry.cpp
@@ -70,7 +70,7 @@ StorageFactory* StorageFactoryRegistry::getFactory(const TQString& typestr)
bool StorageFactoryRegistry::containsFactory(const TQString& typestr) const
{
- return d->map.tqcontains(typestr);
+ return d->map.contains(typestr);
}
TQStringList StorageFactoryRegistry::list() const