Rename old tq methods that no longer need a unique name

pull/1/head
Timothy Pearson 13 years ago
parent dad07dadf1
commit 60039b07f2

@ -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 );

Loading…
Cancel
Save