diff options
Diffstat (limited to 'examples3/biff.py')
-rwxr-xr-x | examples3/biff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/biff.py b/examples3/biff.py index 36c7c64..ed2aa2a 100755 --- a/examples3/biff.py +++ b/examples3/biff.py @@ -4,7 +4,7 @@ import os, sys, string from qt import * -if QT_VERSION < 0x030100: +if TQT_VERSION < 0x030100: print "This example requires TQt v3.1.0 or later." sys.exit(1) |