summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client/smoothblend.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:52:59 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:52:59 -0600
commit6b41ad2b1c1b934cf801bedd73f2358db1972378 (patch)
tree1ea88abc64a301fa863ebef50c845f628722c1d3 /twin-styles/smooth-blend/client/smoothblend.h
parentf35eb5f602bee29af07ecaffe26cda71cea62b93 (diff)
downloadtdeartwork-6b41ad2b1c1b934cf801bedd73f2358db1972378.tar.gz
tdeartwork-6b41ad2b1c1b934cf801bedd73f2358db1972378.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'twin-styles/smooth-blend/client/smoothblend.h')
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h
index bf789440..323b7dcd 100644
--- a/twin-styles/smooth-blend/client/smoothblend.h
+++ b/twin-styles/smooth-blend/client/smoothblend.h
@@ -171,7 +171,7 @@ inline TQt::ButtonState smoothblendButton::lastMousePress() const {
return lastmouse_;
}
inline void smoothblendButton::reset() {
- tqrepaint(false);
+ repaint(false);
}
// smoothblendClient //////////////////////////////////////////////////////////