summaryrefslogtreecommitdiffstats
path: root/examples3/tablestatistics.py
diff options
context:
space:
mode:
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"))