summaryrefslogtreecommitdiffstats
path: root/examples3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:12:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:12:44 -0600
commite87fff3247e64b4e9509be991a8f2d6bd4ccfacc (patch)
tree71a3198fc141420d65eefa7036159af85894cf7d /examples3
parent06500cd8e9be747a323920c9475fba0e6618d2de (diff)
downloadpytqt-e87fff3247e64b4e9509be991a8f2d6bd4ccfacc.tar.gz
pytqt-e87fff3247e64b4e9509be991a8f2d6bd4ccfacc.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'examples3')
-rwxr-xr-xexamples3/biff.py2
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)