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 --- kmail/urlhandlermanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/urlhandlermanager.cpp') diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index 1627cec6..7ce10ce1 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -654,7 +654,7 @@ namespace { KURL file = window->tempFileUrlFromPartNode( node ).path(); if ( !file.isEmpty() ) { - TQString icon = node->msgPart().iconName( KIcon::Small ); + TQString icon = node->msgPart().iconName( TDEIcon::Small ); KURLDrag* urlDrag = new KURLDrag( file, window ); if ( !icon.isEmpty() ) { TQPixmap iconMap( icon ); -- cgit v1.2.3