From 1d4158dd755a445fd42f2db7db5abab8084175cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:05:40 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kpresenter/KPrView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpresenter/KPrView.cpp') diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index f96b095de..90e8537e7 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -6463,7 +6463,7 @@ void KPrView::documentModified( bool b ) return; if ( b ) - m_sbModifiedLabel->setPixmap( TDEGlobal::iconLoader()->loadIcon( "action-modified", KIcon::Small ) ); + m_sbModifiedLabel->setPixmap( TDEGlobal::iconLoader()->loadIcon( "action-modified", TDEIcon::Small ) ); else m_sbModifiedLabel->setText( " " ); } -- cgit v1.2.3