From 7f03219a75d5a250a00f2469cf4cb58c49cf3987 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:30:20 -0600 Subject: [PATCH] Rename a number of old tq methods that are no longer tq specific --- src/kdmtheme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kdmtheme.cpp b/src/kdmtheme.cpp index 06acd0a..f0a04df 100644 --- a/src/kdmtheme.cpp +++ b/src/kdmtheme.cpp @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include #include @@ -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 );