Rename a number of old tq methods that are no longer tq specific

pull/1/head
Timothy Pearson 13 years ago
parent 838e2d7dce
commit 7f03219a75

@ -35,7 +35,7 @@
#include <tqcheckbox.h>
#include <tqdir.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqlabel.h>
#include <tqptrlist.h>
#include <tqpixmap.h>
@ -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