From 79113dda15348e659bdf729f2c6119b2ba49d397 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:32 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- examples3/canvas/canvas.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples3/canvas') diff --git a/examples3/canvas/canvas.py b/examples3/canvas/canvas.py index 2fa3bf9..5f7f774 100755 --- a/examples3/canvas/canvas.py +++ b/examples3/canvas/canvas.py @@ -518,7 +518,7 @@ class Main (TQMainWindow): rows = h / dist cols = w / dist - #ifndef QT_NO_PROGRESSDIALOG + #ifndef TQT_NO_PROGRESSDIALOG #progress=TQProgressDialog( "Creating mesh...", "Abort", rows, # self, "progress", True ); #endif @@ -554,13 +554,13 @@ class Main (TQMainWindow): el.show() lastRow[n-1]=prev - #ifndef QT_NO_PROGRESSDIALOG + #ifndef TQT_NO_PROGRESSDIALOG #progress.setProgress( j ) #if progress.wasCancelled() : # break #endif - #ifndef QT_NO_PROGRESSDIALOG + #ifndef TQT_NO_PROGRESSDIALOG #progress.setProgress( rows ) #endif #// tqDebug( "%d nodes, %d edges", nodecount, EdgeItem::count() ); -- cgit v1.2.3