diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:58:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 20:18:56 +0200 |
commit | 4a0539910776182d5d7a38dee2439b00327fbfdb (patch) | |
tree | 73251a762dd013e488343a2d1973b5d584a5e893 /src/imagefactory.h | |
parent | b9342d2e04d4f254e8624201a2a0aba5dcc53389 (diff) | |
download | tellico-4a0539910776182d5d7a38dee2439b00327fbfdb.tar.gz tellico-4a0539910776182d5d7a38dee2439b00327fbfdb.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/imagefactory.h')
-rw-r--r-- | src/imagefactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imagefactory.h b/src/imagefactory.h index f653d83..8f90e02 100644 --- a/src/imagefactory.h +++ b/src/imagefactory.h @@ -68,7 +68,7 @@ public: * Add an image, reading it from a URL, which is the case when adding a new image from the * @ref ImageWidget. * - * @param url The URL of the image, anything KIO can handle + * @param url The URL of the image, anything TDEIO can handle * @param quiet If any error should not be reported. * @return The image id, empty if null */ @@ -146,7 +146,7 @@ private: * Add an image, reading it from a URL, which is the case when adding a new image from the * @ref ImageWidget. * - * @param url The URL of the image, anything KIO can handle + * @param url The URL of the image, anything TDEIO can handle * @param quiet If any error should not be reported. * @return The image */ |