From 60039b07f2861707f420a0c4b6c508b76233753e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:09:39 -0600 Subject: [PATCH] Rename old tq methods that no longer need a unique name --- src/kdmtheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kdmtheme.cpp b/src/kdmtheme.cpp index 06acd0a..9cb57df 100644 --- a/src/kdmtheme.cpp +++ b/src/kdmtheme.cpp @@ -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 );