summaryrefslogtreecommitdiffstats
path: root/akregator/src/storagefactoryregistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/storagefactoryregistry.h')
-rw-r--r--akregator/src/storagefactoryregistry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/storagefactoryregistry.h b/akregator/src/storagefactoryregistry.h
index 64567840..d47c42c8 100644
--- a/akregator/src/storagefactoryregistry.h
+++ b/akregator/src/storagefactoryregistry.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef AKREGATOR_BACKEND_STORAGEFACTORYREGISTRY_H
@@ -45,7 +45,7 @@ class AKREGATOR_EXPORT StorageFactoryRegistry
bool registerFactory(StorageFactory* factory, const TQString& typestr);
void unregisterFactory(const TQString& typestr);
StorageFactory* getFactory(const TQString& typestr);
- bool tqcontainsFactory(const TQString& typestr) const;
+ bool containsFactory(const TQString& typestr) const;
TQStringList list() const;