diff options
Diffstat (limited to 'akregator/src/storagefactorydummyimpl.h')
-rw-r--r-- | akregator/src/storagefactorydummyimpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/storagefactorydummyimpl.h b/akregator/src/storagefactorydummyimpl.h index ff04d6f67..abb4e599d 100644 --- a/akregator/src/storagefactorydummyimpl.h +++ b/akregator/src/storagefactorydummyimpl.h @@ -38,12 +38,12 @@ class Storage; class StorageFactoryDummyImpl : public StorageFactory { public: - virtual QString key() const; - virtual QString name() const; + virtual TQString key() const; + virtual TQString name() const; virtual void configure(); virtual bool isConfigurable() const { return false; } virtual bool allowsMultipleWriteAccess() const { return true; } - virtual Storage* createStorage(const QStringList& params) const; + virtual Storage* createStorage(const TQStringList& params) const; }; } |