summaryrefslogtreecommitdiffstats
path: root/twin-styles/riscos/StickyButton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/riscos/StickyButton.cpp')
-rw-r--r--twin-styles/riscos/StickyButton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/riscos/StickyButton.cpp b/twin-styles/riscos/StickyButton.cpp
index 2229f915..b40db535 100644
--- a/twin-styles/riscos/StickyButton.cpp
+++ b/twin-styles/riscos/StickyButton.cpp
@@ -77,7 +77,7 @@ void StickyButton::setOn(bool on)
on_ = on;
setPixmap(on_ ? TQPixmap((const char **)unsticky_xpm) :
TQPixmap((const char **)sticky_xpm));
- tqrepaint();
+ repaint();
TQToolTip::remove(this);
TQToolTip::add(this, on_ ? i18n("Not on all desktops")
: i18n("On all desktops"));