diff options
Diffstat (limited to 'src/kfeedback.cpp')
-rw-r--r-- | src/kfeedback.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kfeedback.cpp b/src/kfeedback.cpp index abce962..7781674 100644 --- a/src/kfeedback.cpp +++ b/src/kfeedback.cpp @@ -117,7 +117,7 @@ KFeedbackForm::KFeedbackForm( const TQString & feedbackMailAddress, label = new TQLabel( hbox ); TQ_CHECK_PTR( label ); - label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) ); + label->setPixmap( TDEGlobal::iconLoader()->loadIcon( "edit", TDEIcon::Small ) ); label->setSizePolicy( pol ); label = new TQLabel( i18n( " must be answered before a mail can be sent.") , hbox ); @@ -343,7 +343,7 @@ KFeedbackQuestion::KFeedbackQuestion( KFeedbackQuestionList * parent, { if ( required ) { - setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "edit", KIcon::Small ) ); + setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "edit", TDEIcon::Small ) ); } setOpen( open ); |