summaryrefslogtreecommitdiffstats
path: root/kcontrol/filetypes/filetypedetails.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/filetypes/filetypedetails.cpp')
-rw-r--r--kcontrol/filetypes/filetypedetails.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/filetypes/filetypedetails.cpp b/kcontrol/filetypes/filetypedetails.cpp
index 3aa961b4c..93c294393 100644
--- a/kcontrol/filetypes/filetypedetails.cpp
+++ b/kcontrol/filetypes/filetypedetails.cpp
@@ -28,8 +28,8 @@ FileTypeDetails::FileTypeDetails( TQWidget * parent, const char * name )
TQHBoxLayout *hBox = new TQHBoxLayout(0L, 0, KDialog::spacingHint());
firstLayout->addLayout(hBox, 1);
- iconButton = new KIconButton(firstWidget);
- iconButton->setIconType(KIcon::Desktop, KIcon::MimeType);
+ iconButton = new TDEIconButton(firstWidget);
+ iconButton->setIconType(TDEIcon::Desktop, TDEIcon::MimeType);
connect(iconButton, TQT_SIGNAL(iconChanged(TQString)), TQT_SLOT(updateIcon(TQString)));
iconButton->setFixedSize(70, 70);