diff options
Diffstat (limited to 'akregator/src/storage.h')
-rw-r--r-- | akregator/src/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/storage.h b/akregator/src/storage.h index 8c02a9f7e..2c6a9ceb3 100644 --- a/akregator/src/storage.h +++ b/akregator/src/storage.h @@ -105,7 +105,7 @@ class AKREGATOR_EXPORT Storage : public QObject virtual TQStringList feeds() const = 0; /** adds all feed storages from a source to this storage - existing articles are replaced + existing articles are tqreplaced */ virtual void add(Storage* source) = 0; |