From 2ead41ab9a2ece8c178a264e2d4e1d8867b8dadb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:51 +0900 Subject: 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 --- examples3/tablestatistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3') 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")) -- cgit v1.2.3