summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kurlcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/kurlcombobox.cpp')
-rw-r--r--tdeio/tdefile/kurlcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
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 );
}