diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:39 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-07-30 16:52:13 +0200 |
commit | b43e85448921402c199fc8dd23b18e5c8b96b29e (patch) | |
tree | e9ebf3d8c1e701b5fc731bd860afe836ab70fe94 /src/kdmtheme.cpp | |
parent | a733bc4d9b6298f063c4c620055f21b11a8e4d54 (diff) | |
download | tdmtheme-b43e85448921402c199fc8dd23b18e5c8b96b29e.tar.gz tdmtheme-b43e85448921402c199fc8dd23b18e5c8b96b29e.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit 60039b07f2861707f420a0c4b6c508b76233753e)
Diffstat (limited to 'src/kdmtheme.cpp')
-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 ); |