konq_faviconmgr.cpp
static void setIconForURL(const KURL &url, const KURL &iconURL)
Downloads an icon from iconURL and associates url with it.
Definition: konq_faviconmgr.cpp:42
KonqFavIconMgr(TQObject *parent=0, const char *name=0)
Constructor.
Definition: konq_faviconmgr.cpp:28
static void downloadHostIcon(const KURL &url)
Downloads /favicon.ico from the host of url and associates all URLs on that host with it (unless a mo...
Definition: konq_faviconmgr.cpp:50
static TQString iconForURL(const TQString &url)
Looks up an icon for url and returns its name if found or TQString::null otherwise.
Definition: konq_faviconmgr.cpp:37