diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:13:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:13:27 -0600 |
commit | f7b7b822a75853f438ed17eabd0fe7f2c0999417 (patch) | |
tree | a4808bd1164af8e7a1b6b82b50cdca65b710d00c /konq-plugins/fsview | |
parent | cca546ea62fff60a89ff684a17dca631d95f6cf9 (diff) | |
download | tdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.tar.gz tdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'konq-plugins/fsview')
-rw-r--r-- | konq-plugins/fsview/inode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/fsview/inode.cpp b/konq-plugins/fsview/inode.cpp index d12f495..79e5326 100644 --- a/konq-plugins/fsview/inode.cpp +++ b/konq-plugins/fsview/inode.cpp @@ -377,7 +377,7 @@ TQPixmap Inode::pixmap(int i) const if (!_mimePixmapSet) { KURL u; u.setPath(path()); - _mimePixmap = mimeType()->pixmap(u, KIcon::Small); + _mimePixmap = mimeType()->pixmap(u, TDEIcon::Small); _mimePixmapSet = true; } |