diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
commit | b97ee238f88e9578da228388210cd8cab5360778 (patch) | |
tree | 8bf3ab88929af70826ebe3b84434c3403dc71c7d /ktnef/gui/attachpropertydialog.cpp | |
parent | 656055dae6f13ee65d66fabf9041b288d81710af (diff) | |
download | tdepim-b97ee238f88e9578da228388210cd8cab5360778.tar.gz tdepim-b97ee238f88e9578da228388210cd8cab5360778.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'ktnef/gui/attachpropertydialog.cpp')
-rw-r--r-- | ktnef/gui/attachpropertydialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/attachpropertydialog.cpp b/ktnef/gui/attachpropertydialog.cpp index a6ffe4d94..c62001e56 100644 --- a/ktnef/gui/attachpropertydialog.cpp +++ b/ktnef/gui/attachpropertydialog.cpp @@ -57,7 +57,7 @@ void AttachPropertyDialog::setAttachment(KTNEFAttach *attach) if ( !pix.isNull() ) icon_->setPixmap( pix ); else - icon_->setPixmap(mimetype->pixmap(KIcon::Small)); + icon_->setPixmap(mimetype->pixmap(TDEIcon::Small)); description_->setText(mimetype->comment()); s.setNum(attach->index()); index_->setText(s); |