From f2bfcad7ffdd09911f282afe2a2051b3708601c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:16:51 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- tdeio/tdefile/kurlcombobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeio/tdefile/kurlcombobox.cpp') diff --git a/tdeio/tdefile/kurlcombobox.cpp b/tdeio/tdefile/kurlcombobox.cpp index e01be4548..150e64b34 100644 --- a/tdeio/tdefile/kurlcombobox.cpp +++ b/tdeio/tdefile/kurlcombobox.cpp @@ -337,7 +337,7 @@ TQPixmap KURLComboBox::getPixmap( const KURL& url ) const if ( myMode == Directories ) return d->dirpix; else - return KMimeType::pixmapForURL( url, 0, KIcon::Small ); + return KMimeType::pixmapForURL( url, 0, TDEIcon::Small ); } -- cgit v1.2.1