summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:39 -0600
commit60039b07f2861707f420a0c4b6c508b76233753e (patch)
treecd887138df6daa3485d522bef7d4c3ce518793c9 /src
parentdad07dadf11acdb9d396a4af3c9be4c01c2056cc (diff)
downloadtdmtheme-60039b07f2861707f420a0c4b6c508b76233753e.tar.gz
tdmtheme-60039b07f2861707f420a0c4b6c508b76233753e.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src')
-rw-r--r--src/kdmtheme.cpp2
1 files changed, 1 insertions, 1 deletions
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 );