|
|
|
@ -91,7 +91,7 @@ KDMThemeWidget::KDMThemeWidget( TQWidget *parent, const char *name, const TQStri
|
|
|
|
|
|
|
|
|
|
info = new TQLabel( this );
|
|
|
|
|
info->setMaximumWidth( 200 );
|
|
|
|
|
info->tqsetAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) );
|
|
|
|
|
info->setAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) );
|
|
|
|
|
TQWhatsThis::add(info, i18n("This contains information about the selected theme.") );
|
|
|
|
|
|
|
|
|
|
ml->addMultiCellWidget( info, 3, 4, 2, 2 );
|
|
|
|
|