diff options
Diffstat (limited to 'kchart/kdchart/KDDrawText.cpp')
-rw-r--r-- | kchart/kdchart/KDDrawText.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kdchart/KDDrawText.cpp b/kchart/kdchart/KDDrawText.cpp index a954a5bf..70283da6 100644 --- a/kchart/kdchart/KDDrawText.cpp +++ b/kchart/kdchart/KDDrawText.cpp @@ -356,9 +356,9 @@ void KDDrawText::drawRotatedTxt( TQPainter* painter, TQt::AlignLeft + TQt::AlignTop ); */ - TQBitmap tqmask; - tqmask = pm; - pm.setMask( tqmask ); + TQBitmap mask; + mask = pm; + pm.setMask( mask ); TQWMatrix m; m.rotate( degrees ); TQPixmap theRotatedPixmap = pm.xForm(m); |