Rename KIcon to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent d32db91915
commit 125978c939

@ -88,7 +88,7 @@ KDirTreeView::KDirTreeView( TQWidget * parent )
setSorting( _totalSizeCol ); setSorting( _totalSizeCol );
#define loadIcon(ICON) TDEGlobal::iconLoader()->loadIcon( (ICON), KIcon::Small ) #define loadIcon(ICON) TDEGlobal::iconLoader()->loadIcon( (ICON), TDEIcon::Small )
_openDirIcon = loadIcon( "folder_open" ); _openDirIcon = loadIcon( "folder_open" );
_closedDirIcon = loadIcon( "folder" ); _closedDirIcon = loadIcon( "folder" );

@ -116,7 +116,7 @@ KFeedbackForm::KFeedbackForm( const TQString & feedbackMailAddress,
label = new TQLabel( hbox ); label = new TQLabel( hbox );
CHECK_PTR( label ); CHECK_PTR( label );
label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) ); label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "edit", TDEIcon::Small ) );
label->setSizePolicy( pol ); label->setSizePolicy( pol );
label = new TQLabel( i18n( " must be answered before a mail can be sent.") , hbox ); label = new TQLabel( i18n( " must be answered before a mail can be sent.") , hbox );
@ -342,7 +342,7 @@ KFeedbackQuestion::KFeedbackQuestion( KFeedbackQuestionList * parent,
{ {
if ( required ) if ( required )
{ {
setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) ); setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "edit", TDEIcon::Small ) );
} }
setOpen( open ); setOpen( open );

Loading…
Cancel
Save