summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/winskin/waLabel.cpp')
-rw-r--r--noatun/modules/winskin/waLabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waLabel.cpp b/noatun/modules/winskin/waLabel.cpp
index 71f2baa2..bb16d118 100644
--- a/noatun/modules/winskin/waLabel.cpp
+++ b/noatun/modules/winskin/waLabel.cpp
@@ -24,7 +24,7 @@ WaLabel::WaLabel(int mapping) : WaWidget(mapping)
completePixmap = new TQPixmap();
- TQSize size = sizeHint();
+ TQSize size = tqsizeHint();
completePixmap->resize(size.width(), size.height());
}