|
|
@ -118,7 +118,7 @@ void k9Import::buttonUpdated(k9MenuButton *_button, const TQImage &_image) {
|
|
|
|
k9LvItemImport *itemTitle = (k9LvItemImport*)m_root->firstChild();
|
|
|
|
k9LvItemImport *itemTitle = (k9LvItemImport*)m_root->firstChild();
|
|
|
|
while (itemTitle) {
|
|
|
|
while (itemTitle) {
|
|
|
|
if (itemTitle->getTitle()->getButton()==_button) {
|
|
|
|
if (itemTitle->getTitle()->getButton()==_button) {
|
|
|
|
TQImage img=_image.smoothScale(50,40,TQ_ScaleFree);
|
|
|
|
TQImage img=_image.smoothScale(50,40,TQImage::ScaleFree);
|
|
|
|
TQPixmap pix(img);
|
|
|
|
TQPixmap pix(img);
|
|
|
|
itemTitle->setPixmap(0,pix);
|
|
|
|
itemTitle->setPixmap(0,pix);
|
|
|
|
}
|
|
|
|
}
|
|
|
|