summaryrefslogtreecommitdiffstats
path: root/akregator/src/storagefactoryregistry.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /akregator/src/storagefactoryregistry.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'akregator/src/storagefactoryregistry.h')
-rw-r--r--akregator/src/storagefactoryregistry.h10
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: