22 #include <kdedmodule.h>
25 namespace KIO {
class Job; }
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(KIO::Job *,
const TQByteArray &);
95 void slotResult(KIO::Job *);
96 void slotInfoMessage(KIO::Job *,
const TQString &);
100 struct FaviconsModulePrivate *d;