From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- src/styles/qcdestyle.cpp | 2 +- src/styles/qmotifstyle.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/qcdestyle.cpp b/src/styles/qcdestyle.cpp index 3a5baf375..663c4301d 100644 --- a/src/styles/qcdestyle.cpp +++ b/src/styles/qcdestyle.cpp @@ -57,7 +57,7 @@ versions of the Common Desktop Environment (CDE). The main differences are thinner frames and more modern radio buttons and checkboxes. Together with a dark background and a bright - text/foreground color, the style looks tquite attractive (at least + text/foreground color, the style looks quite attractive (at least for Motif fans). Note that the functions provided by TQCDEStyle are diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index 19673e1f6..d36231582 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--; -- cgit v1.2.1