summaryrefslogtreecommitdiffstats
path: root/src/sources/labelsource.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:10:03 -0600
committerTimothy Pearson <[email protected]>2011-12-18 18:10:03 -0600
commitfc6629f90a46a3f304bdba2ecef645c01ed02640 (patch)
tree14f39cc4b99e55d5cbe2b33345b9834e25d2feec /src/sources/labelsource.cpp
parent0b46312b4c5d893a6e0c29e354038bbdc5a15fdd (diff)
downloadkima-fc6629f90a46a3f304bdba2ecef645c01ed02640.tar.gz
kima-fc6629f90a46a3f304bdba2ecef645c01ed02640.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/sources/labelsource.cpp')
-rw-r--r--src/sources/labelsource.cpp4
1 files changed, 2 insertions, 2 deletions
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){