22 #include <kdedmodule.h> 25 namespace TDEIO {
class Job; }
63 TQString iconForURL(
const KURL &url);
73 ASYNC setIconForURL(
const KURL &url,
const KURL &iconURL);
81 ASYNC downloadHostIcon(
const KURL &url);
84 void iconChanged(
bool isHost, TQString hostOrURL, TQString iconName);
85 void infoMessage(KURL iconURL, TQString msg);
88 void startDownload(
const TQString &,
bool,
const KURL &);
89 TQString simplifyURL(
const KURL &);
90 TQString iconNameFromURL(
const KURL &);
91 bool isIconOld(
const TQString &);
94 void slotData(TDEIO::Job *,
const TQByteArray &);
95 void slotResult(TDEIO::Job *);
96 void slotInfoMessage(TDEIO::Job *,
const TQString &);
100 struct FaviconsModulePrivate *d;
KDED Module to handle shortcut icons ("favicons") FaviconsModule implements a KDED Module that handle...