diff options
Diffstat (limited to 'akregator/src/utils.h')
-rw-r--r-- | akregator/src/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/utils.h b/akregator/src/utils.h index 7a65915b8..4a6e05ecc 100644 --- a/akregator/src/utils.h +++ b/akregator/src/utils.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_UTILS_H @@ -46,7 +46,7 @@ class Utils /** * returns a file name for a URL, with chars like "/" ":" - * tqreplaced by "_". Too long URLs (>255 chars) are shortened and + * replaced by "_". Too long URLs (>255 chars) are shortened and * appended with a hash value. * */ |