From de9b6c9ad15f9f51812daae17cce635d1050a9ba Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:14:55 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kfind/kftabdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfind') 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 ) { -- cgit v1.2.3