summaryrefslogtreecommitdiffstats
path: root/examples/demo/opengl/printpreview.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/opengl/printpreview.ui.h')
-rw-r--r--examples/demo/opengl/printpreview.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/opengl/printpreview.ui.h b/examples/demo/opengl/printpreview.ui.h
index 6f7b9dae7..87ffdb46f 100644
--- a/examples/demo/opengl/printpreview.ui.h
+++ b/examples/demo/opengl/printpreview.ui.h
@@ -24,10 +24,10 @@ void PrintPreview::updatePreview()
img.invertPixels();
}
if ( checkMirror->isChecked() ) {
- img = img.mirror( TRUE, FALSE );
+ img = img.mirror( true, false );
}
if ( checkFlip->isChecked() ) {
- img = img.mirror( FALSE, TRUE );
+ img = img.mirror( false, true );
}
if ( checkLeft->isEnabled() && checkLeft->isChecked() ) {
}