From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kio/kfile/kfileiconview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/kfile/kfileiconview.cpp') diff --git a/kio/kfile/kfileiconview.cpp b/kio/kfile/kfileiconview.cpp index 5d9977de6..f0ef11bfe 100644 --- a/kio/kfile/kfileiconview.cpp +++ b/kio/kfile/kfileiconview.cpp @@ -817,7 +817,7 @@ TQDragObject *KFileIconView::dragObject() } TQPixmap pixmap; if( urls.count() > 1 ) - pixmap = DesktopIcon( "kmultiple", iconSize() ); + pixmap = DesktopIcon( "tdemultiple", iconSize() ); if( pixmap.isNull() ) pixmap = currentFileItem()->pixmap( iconSize() ); -- cgit v1.2.3