summaryrefslogtreecommitdiffstats
path: root/examples2/table.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples2/table.py')
-rwxr-xr-xexamples2/table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/table.py b/examples2/table.py
index f9502b7..36e2cf9 100755
--- a/examples2/table.py
+++ b/examples2/table.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys
-from qt import *
+from python_tqt.qt import *
class Table(TQTableView):
def __init__(self, numRows, numCols, parent=None, name=''):