fix okular icon

svn path=/trunk/KDE/kdegraphics/okular/; revision=752764
This commit is contained in:
Pino Toscano 2007-12-25 15:12:32 +00:00
parent 6d68021b61
commit 0428029203

View File

@ -730,7 +730,7 @@ void PresentationWidget::generateIntroPage( QPainter & p )
}
// draw okular logo in the four corners
QPixmap logo = DesktopIcon( "okular", 64 );
QPixmap logo = DesktopIcon( "graphics-viewer-document", 64 );
if ( !logo.isNull() )
{
p.drawPixmap( 5, 5, logo );