|
|
|
@ -230,7 +230,7 @@ void ImageDialogPreview::slotGotThumbnail(const KURL& url, const TQPixmap& pix)
|
|
|
|
|
void ImageDialogPreview::slotFailedThumbnail(const KURL& /*url*/)
|
|
|
|
|
{
|
|
|
|
|
TDEIconLoader* iconLoader = TDEApplication::kApplication()->iconLoader();
|
|
|
|
|
d->imageLabel->setPixmap(iconLoader->loadIcon(""image-x-generic", TDEIcon::NoGroup, 128,
|
|
|
|
|
d->imageLabel->setPixmap(iconLoader->loadIcon("image-x-generic", TDEIcon::NoGroup, 128,
|
|
|
|
|
TDEIcon::DefaultState, 0, true));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|