summaryrefslogtreecommitdiffstats
path: root/akregator/src/storagefactorydummyimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/storagefactorydummyimpl.h')
-rw-r--r--akregator/src/storagefactorydummyimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/storagefactorydummyimpl.h b/akregator/src/storagefactorydummyimpl.h
index ff04d6f6..abb4e599 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;
};
}