summaryrefslogtreecommitdiffstats
path: root/ksim/library/progress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/library/progress.cpp')
-rw-r--r--ksim/library/progress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/progress.cpp b/ksim/library/progress.cpp
index 32311e4..bbdbd61 100644
--- a/ksim/library/progress.cpp
+++ b/ksim/library/progress.cpp
@@ -188,7 +188,7 @@ void KSim::Progress::setMeterPixmap(const TQPixmap &pixmap)
{
TQSize oldSize = tqsizeHint();
d->meterPixmap = pixmap;
- retqlayoutLabel(oldSize);
+ relayoutLabel(oldSize);
}
int KSim::Progress::xLocation() const