summaryrefslogtreecommitdiffstats
path: root/ksim/library/label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/library/label.cpp')
-rw-r--r--ksim/library/label.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/label.cpp b/ksim/library/label.cpp
index 06f525e..1f32724 100644
--- a/ksim/library/label.cpp
+++ b/ksim/library/label.cpp
@@ -79,7 +79,7 @@ const TQString &KSim::Label::text() const
return d->text;
}
-void KSim::Label::configureObject(bool tqrepaintWidget)
+void KSim::Label::configureObject(bool repaintWidget)
{
TQString image = themeLoader().current().meterPixmap(type(), false);
if (image.isEmpty())
@@ -91,7 +91,7 @@ void KSim::Label::configureObject(bool tqrepaintWidget)
TQSize oldSize = tqsizeHint();
setConfigValues();
- retqlayoutLabel(oldSize, tqrepaintWidget);
+ retqlayoutLabel(oldSize, repaintWidget);
}
void KSim::Label::setPixmap(const TQPixmap &pixmap)