summaryrefslogtreecommitdiffstats
path: root/examples3/tablestatistics.py
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:51 +0900
commit2ead41ab9a2ece8c178a264e2d4e1d8867b8dadb (patch)
treeff5164e111972aa5599cc86d3870881bf65b0c15 /examples3/tablestatistics.py
parent0517447cd15a0cb11b8b480f43918935d3311d33 (diff)
downloadpytqt-2ead41ab9a2ece8c178a264e2d4e1d8867b8dadb.tar.gz
pytqt-2ead41ab9a2ece8c178a264e2d4e1d8867b8dadb.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples3/tablestatistics.py')
-rwxr-xr-xexamples3/tablestatistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/tablestatistics.py b/examples3/tablestatistics.py
index ee1f0f7..e0835bb 100755
--- a/examples3/tablestatistics.py
+++ b/examples3/tablestatistics.py
@@ -52,7 +52,7 @@ class Table(TQTable):
def initTable(self):
# read all the TQt source and header files into a list
all = []
- qtdir = os.getenv("QTDIR")
+ qtdir = os.getenv("TQTDIR")
for i in dirs:
dir = TQDir(os.path.join(qtdir, "src", i))
lst = TQStringList(dir.entryList("*.cpp; *.h"))