diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:39 -0600 |
commit | 60039b07f2861707f420a0c4b6c508b76233753e (patch) | |
tree | cd887138df6daa3485d522bef7d4c3ce518793c9 | |
parent | dad07dadf11acdb9d396a4af3c9be4c01c2056cc (diff) | |
download | tdmtheme-60039b07f2861707f420a0c4b6c508b76233753e.tar.gz tdmtheme-60039b07f2861707f420a0c4b6c508b76233753e.zip |
Rename old tq methods that no longer need a unique name
-rw-r--r-- | src/kdmtheme.cpp | 2 |
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 ); |