diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:55 -0600 |
commit | de9b6c9ad15f9f51812daae17cce635d1050a9ba (patch) | |
tree | 6b26400ab1a616925443c5d365246eb86c9bad57 /libkonq/favicons/favicons.h | |
parent | 4f841fbbbc5d3399535ade061699cc76363c7a3f (diff) | |
download | tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.tar.gz tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'libkonq/favicons/favicons.h')
-rw-r--r-- | libkonq/favicons/favicons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/favicons/favicons.h b/libkonq/favicons/favicons.h index 72767f8de..e42dace1b 100644 --- a/libkonq/favicons/favicons.h +++ b/libkonq/favicons/favicons.h @@ -36,7 +36,7 @@ namespace TDEIO { class Job; } * the default icon for all URLs on the given host. In this case, the * second parameter is a host name, otherwise the second parameter is the * URL which is associated with the icon. The third parameter is the - * @ref KIconLoader friendly name of the downloaded icon, the same as + * @ref TDEIconLoader friendly name of the downloaded icon, the same as * @ref iconForURL will from now on return for any matching URL. * * @short KDED Module for favicons @@ -57,7 +57,7 @@ k_dcop: * been downloaded yet, TQString::null is returned. * * @param url the URL for which the icon is queried - * @return the icon name suitable to pass to @ref KIconLoader or + * @return the icon name suitable to pass to @ref TDEIconLoader or * TQString::null if no icon for this URL was found. */ TQString iconForURL(const KURL &url); |