From 76008f84da25bb1e1bc78f4dcb01a4d014e06e79 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 3 Oct 2007 22:51:11 +0000 Subject: [PATCH] use the new icon here as well svn path=/trunk/KDE/kdegraphics/okular/; revision=720879 --- ui/annotationmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/annotationmodel.cpp b/ui/annotationmodel.cpp index 82ffdc8af..6de2e5403 100644 --- a/ui/annotationmodel.cpp +++ b/ui/annotationmodel.cpp @@ -307,7 +307,7 @@ QVariant AnnotationModel::data( const QModelIndex &index, int role ) const return AnnotationGuiUtils::captionForAnnotation( item->annotation ); break; case Qt::DecorationRole: - return KIcon( "okular" ); + return KIcon( "graphics-viewer-document" ); break; case Qt::ToolTipRole: return AnnotationGuiUtils::prettyToolTip( item->annotation );