From fc6629f90a46a3f304bdba2ecef645c01ed02640 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:10:03 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/sources/labelsource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sources/labelsource.cpp') diff --git a/src/sources/labelsource.cpp b/src/sources/labelsource.cpp index d4d2182..4262c82 100644 --- a/src/sources/labelsource.cpp +++ b/src/sources/labelsource.cpp @@ -95,7 +95,7 @@ void LabelSource::applyPrefs(){ }else if(alignID == 2){ align = TQt::AlignRight; } - mLabel->tqsetAlignment(align); + mLabel->setAlignment(align); updateLabel(mValue); } @@ -113,7 +113,7 @@ void LabelSource::loadPrefs(KConfig* inKConfig){ color.setRgb(0,0,0); mLabel->setPaletteForegroundColor(color); mLabel->setFont(inKConfig->readFontEntry(mID + "_font")); - mLabel->tqsetAlignment(inKConfig->readNumEntry(mID + "_align")); + mLabel->setAlignment(inKConfig->readNumEntry(mID + "_align")); } void LabelSource::updateLabel(const TQString& inValue){ -- cgit v1.2.3