From b97ee238f88e9578da228388210cd8cab5360778 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:18:14 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kitchensync/src/groupitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kitchensync/src/groupitem.cpp') diff --git a/kitchensync/src/groupitem.cpp b/kitchensync/src/groupitem.cpp index 023f91a01..e9fa56213 100644 --- a/kitchensync/src/groupitem.cpp +++ b/kitchensync/src/groupitem.cpp @@ -67,7 +67,7 @@ GroupItem::GroupItem( KWidgetList *parent, SyncProcess *process ) static TQPixmap icon; if ( icon.isNull() ) - icon = TDEGlobal::iconLoader()->loadIcon( "kontact_summary", KIcon::Desktop ); + icon = TDEGlobal::iconLoader()->loadIcon( "kontact_summary", TDEIcon::Desktop ); mIcon = new TQLabel( hbox ); mIcon->setPixmap( icon ); -- cgit v1.2.1