summaryrefslogtreecommitdiffstats
path: root/src/styles/qmotifstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/qmotifstyle.cpp')
-rw-r--r--src/styles/qmotifstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp
index 19673e1f..d3623158 100644
--- a/src/styles/qmotifstyle.cpp
+++ b/src/styles/qmotifstyle.cpp
@@ -226,7 +226,7 @@ void TQMotifStyle::drawPrimitive( PrimitiveElement pe,
int cx = r.width()/2 - 1;
int cy = r.height()/2;
int e = r.width()/2 - 1;
- for ( int i = 0; i < 3; i++ ) { //penWidth 2 doesn't tquite work
+ for ( int i = 0; i < 3; i++ ) { //penWidth 2 doesn't quite work
a.setPoints( 4, cx-e, cy, cx, cy-e, cx+e, cy, cx, cy+e );
p->drawPolygon( a );
e--;