summaryrefslogtreecommitdiffstats
path: root/kwin-styles/smooth-blend/client/smoothblend.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:52:59 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-15 13:49:51 +0200
commit9540e3215ca6e6cbcccff74a311ef9b9652273c7 (patch)
treed01f3e4c96c1c7028e238cdf6daff12f26ef66b3 /kwin-styles/smooth-blend/client/smoothblend.h
parent866262ca6ea176e5fa96d7553a72e936b6942b55 (diff)
downloadtdeartwork-9540e3215ca6e6cbcccff74a311ef9b9652273c7.tar.gz
tdeartwork-9540e3215ca6e6cbcccff74a311ef9b9652273c7.zip
Remove additional unneeded tq method conversions
(cherry picked from commit 6b41ad2b1c1b934cf801bedd73f2358db1972378)
Diffstat (limited to 'kwin-styles/smooth-blend/client/smoothblend.h')
-rw-r--r--kwin-styles/smooth-blend/client/smoothblend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin-styles/smooth-blend/client/smoothblend.h b/kwin-styles/smooth-blend/client/smoothblend.h
index bf789440..323b7dcd 100644
--- a/kwin-styles/smooth-blend/client/smoothblend.h
+++ b/kwin-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 //////////////////////////////////////////////////////////