|
|
@ -126,7 +126,7 @@ void MonthWidget::setImage( const KURL &url )
|
|
|
|
CalSettings::instance()->setImage(month_, imagePath_);
|
|
|
|
CalSettings::instance()->setImage(month_, imagePath_);
|
|
|
|
|
|
|
|
|
|
|
|
TDEIconLoader* iconLoader = TDEApplication::kApplication()->iconLoader();
|
|
|
|
TDEIconLoader* iconLoader = TDEApplication::kApplication()->iconLoader();
|
|
|
|
TQPixmap pix = iconLoader->loadIcon(""image-x-generic", TDEIcon::NoGroup, 64 );
|
|
|
|
TQPixmap pix = iconLoader->loadIcon("image-x-generic", TDEIcon::NoGroup, 64 );
|
|
|
|
if ( pixmap_ )
|
|
|
|
if ( pixmap_ )
|
|
|
|
delete pixmap_;
|
|
|
|
delete pixmap_;
|
|
|
|
pixmap_ = new TQPixmap( pix );
|
|
|
|
pixmap_ = new TQPixmap( pix );
|
|
|
|