summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage/storagefactorymk4impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/mk4storage/storagefactorymk4impl.h')
-rw-r--r--akregator/src/mk4storage/storagefactorymk4impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/mk4storage/storagefactorymk4impl.h b/akregator/src/mk4storage/storagefactorymk4impl.h
index b5e51db9d..2fa915934 100644
--- a/akregator/src/mk4storage/storagefactorymk4impl.h
+++ b/akregator/src/mk4storage/storagefactorymk4impl.h
@@ -38,10 +38,10 @@ class Storage;
class StorageFactoryMK4Impl : public StorageFactory
{
public:
- virtual QString key() const;
- virtual QString name() const;
+ virtual TQString key() const;
+ virtual TQString name() const;
virtual void configure();
- virtual Storage* createStorage(const QStringList& params) const;
+ virtual Storage* createStorage(const TQStringList& params) const;
virtual bool isConfigurable() const { return false; }
virtual bool allowsMultipleWriteAccess() const { return false; }