diff options
Diffstat (limited to 'kfind')
-rw-r--r-- | kfind/kftabdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kftabdlg.cpp b/kfind/kftabdlg.cpp index 04215d59d..83e98aff2 100644 --- a/kfind/kftabdlg.cpp +++ b/kfind/kftabdlg.cpp @@ -301,7 +301,7 @@ KfindTabWidget::KfindTabWidget(TQWidget *parent, const char *name) it != m_types.end(); ++it ) { KMimeType::Ptr typ = *it; - typeBox->insertItem(typ->pixmap( KIcon::Small ), typ->comment()); + typeBox->insertItem(typ->pixmap( TDEIcon::Small ), typ->comment()); } if ( editRegExp ) { |