diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:51 +0900 |
commit | 2ead41ab9a2ece8c178a264e2d4e1d8867b8dadb (patch) | |
tree | ff5164e111972aa5599cc86d3870881bf65b0c15 /examples3 | |
parent | 0517447cd15a0cb11b8b480f43918935d3311d33 (diff) | |
download | pytqt-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 <[email protected]>
Diffstat (limited to 'examples3')
-rwxr-xr-x | examples3/tablestatistics.py | 2 |
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")) |