summaryrefslogtreecommitdiffstats
path: root/amor/amorbubble.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amor/amorbubble.cpp')
-rw-r--r--amor/amorbubble.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/amor/amorbubble.cpp b/amor/amorbubble.cpp
index 314eba5..2860ccd 100644
--- a/amor/amorbubble.cpp
+++ b/amor/amorbubble.cpp
@@ -144,10 +144,10 @@ void AmorBubble::calcGeometry()
// create and apply the tqshape tqmask
mMask.resize(w, h);
mMask.fill(color0);
- TQPainter tqmaskPainter(&mMask);
- tqmaskPainter.setPen(color1);
- tqmaskPainter.setBrush(color1);
- drawBubble(tqmaskPainter);
+ TQPainter maskPainter(&mMask);
+ maskPainter.setPen(color1);
+ maskPainter.setBrush(color1);
+ drawBubble(maskPainter);
XShapeCombineMask( x11Display(), winId(), ShapeBounding, 0, 0,
mMask.handle(), ShapeSet );
}