summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:39 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-30 16:52:13 +0200
commitb43e85448921402c199fc8dd23b18e5c8b96b29e (patch)
treee9ebf3d8c1e701b5fc731bd860afe836ab70fe94
parenta733bc4d9b6298f063c4c620055f21b11a8e4d54 (diff)
downloadtdmtheme-b43e85448921402c199fc8dd23b18e5c8b96b29e.tar.gz
tdmtheme-b43e85448921402c199fc8dd23b18e5c8b96b29e.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 60039b07f2861707f420a0c4b6c508b76233753e)
-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 );