summaryrefslogtreecommitdiffstats
path: root/ktnef
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef')
-rw-r--r--ktnef/gui/attachpropertydialog.cpp2
-rw-r--r--ktnef/gui/ktnefview.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ktnef/gui/attachpropertydialog.cpp b/ktnef/gui/attachpropertydialog.cpp
index a6ffe4d9..c62001e5 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);
diff --git a/ktnef/gui/ktnefview.cpp b/ktnef/gui/ktnefview.cpp
index be3000aa..caadcc9e 100644
--- a/ktnef/gui/ktnefview.cpp
+++ b/ktnef/gui/ktnefview.cpp
@@ -53,7 +53,7 @@ Attachment::Attachment(TQListView *parent, KTNEFAttach *attach)
if ( !pix.isNull() )
setPixmap( 0, pix );
else
- setPixmap(0, mimeType->pixmap(KIcon::Small));
+ setPixmap(0, mimeType->pixmap(TDEIcon::Small));
setDragEnabled( true );
}