mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
okular: adjust to KCursor change
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ab38ac562d
commit
7afeb98ab1
1 changed files with 1 additions and 1 deletions
|
@ -1446,7 +1446,7 @@ void PresentationWidget::togglePencilMode( bool on )
|
|||
annElem.setAttribute( "color", colorstring );
|
||||
annElem.setAttribute( "width", "2" );
|
||||
m_drawingEngine = new SmoothPathEngine( root );
|
||||
setCursor( KCursor( "pencil", Qt::ArrowCursor ) );
|
||||
setCursor( KCursor::fromName( "pencil", Qt::ArrowCursor ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue