|
|
|
@ -116,7 +116,7 @@ KFeedbackForm::KFeedbackForm( const TQString & feedbackMailAddress,
|
|
|
|
|
|
|
|
|
|
label = new TQLabel( hbox );
|
|
|
|
|
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 );
|
|
|
|
@ -342,7 +342,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 );
|
|
|
|
|