summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpixmap.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/kernel/qpixmap.cpp
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'src/kernel/qpixmap.cpp')
-rw-r--r--src/kernel/qpixmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qpixmap.cpp b/src/kernel/qpixmap.cpp
index ca1490a5..c03ac42f 100644
--- a/src/kernel/qpixmap.cpp
+++ b/src/kernel/qpixmap.cpp
@@ -1384,8 +1384,8 @@ bool qt_xForm_helper( const TQWMatrix &trueMat, int xoffset,
int m12 = int(trueMat.m12()*65536.0 + 1.);
int m21 = int(trueMat.m21()*65536.0 + 1.);
int m22 = int(trueMat.m22()*65536.0 + 1.);
- int dx = qRound(trueMat.dx() *65536.0);
- int dy = qRound(trueMat.dy() *65536.0);
+ int dx = tqRound(trueMat.dx() *65536.0);
+ int dy = tqRound(trueMat.dy() *65536.0);
int m21ydx = dx + (xoffset<<16);
int m22ydy = dy;