diff options
Diffstat (limited to 'akregator/src/storagefactoryregistry.h')
-rw-r--r-- | akregator/src/storagefactoryregistry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/storagefactoryregistry.h b/akregator/src/storagefactoryregistry.h index 75976e269..645678408 100644 --- a/akregator/src/storagefactoryregistry.h +++ b/akregator/src/storagefactoryregistry.h @@ -45,7 +45,7 @@ class AKREGATOR_EXPORT StorageFactoryRegistry bool registerFactory(StorageFactory* factory, const TQString& typestr); void unregisterFactory(const TQString& typestr); StorageFactory* getFactory(const TQString& typestr); - bool containsFactory(const TQString& typestr) const; + bool tqcontainsFactory(const TQString& typestr) const; TQStringList list() const; |