diff options
Diffstat (limited to 'akregator/src/storagefactoryregistry.h')
-rw-r--r-- | akregator/src/storagefactoryregistry.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/akregator/src/storagefactoryregistry.h b/akregator/src/storagefactoryregistry.h index e625c7e78..fde3191ac 100644 --- a/akregator/src/storagefactoryregistry.h +++ b/akregator/src/storagefactoryregistry.h @@ -42,11 +42,11 @@ class AKREGATOR_EXPORT StorageFactoryRegistry ~StorageFactoryRegistry(); - bool registerFactory(StorageFactory* factory, const QString& typestr); - void unregisterFactory(const QString& typestr); - StorageFactory* getFactory(const QString& typestr); - bool containsFactory(const QString& typestr) const; - QStringList list() const; + bool registerFactory(StorageFactory* factory, const TQString& typestr); + void unregisterFactory(const TQString& typestr); + StorageFactory* getFactory(const TQString& typestr); + bool containsFactory(const TQString& typestr) const; + TQStringList list() const; private: |