|
|
|
@ -325,17 +325,17 @@ bool PoThumbCreator::create(const TQString &path, int width, int height, TQImage
|
|
|
|
|
if(pix.width() < 80)
|
|
|
|
|
{
|
|
|
|
|
kbabelPix = TDEGlobal::iconLoader()->loadIcon("kbabel"
|
|
|
|
|
,KIcon::Small,16,KIcon::DefaultState,0,true);
|
|
|
|
|
,TDEIcon::Small,16,TDEIcon::DefaultState,0,true);
|
|
|
|
|
}
|
|
|
|
|
else if(pix.width() < 150)
|
|
|
|
|
{
|
|
|
|
|
kbabelPix = TDEGlobal::iconLoader()->loadIcon("kbabel"
|
|
|
|
|
,KIcon::Desktop,32,KIcon::DefaultState,0,true);
|
|
|
|
|
,TDEIcon::Desktop,32,TDEIcon::DefaultState,0,true);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
kbabelPix = TDEGlobal::iconLoader()->loadIcon("kbabel"
|
|
|
|
|
,KIcon::Desktop,48,KIcon::DefaultState,0,true);
|
|
|
|
|
,TDEIcon::Desktop,48,TDEIcon::DefaultState,0,true);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
int x = pix.width()-kbabelPix.width()-4;
|
|
|
|
|