summaryrefslogtreecommitdiffstats
path: root/examples/SQL/runsqlex.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SQL/runsqlex.py')
-rwxr-xr-xexamples/SQL/runsqlex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/SQL/runsqlex.py b/examples/SQL/runsqlex.py
index ccdec9d..4f35e52 100755
--- a/examples/SQL/runsqlex.py
+++ b/examples/SQL/runsqlex.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python
import sys
-from PyTQt.qt import *
-from PyTQt.qtsql import *
+from PyTQt.tqt import *
+from PyTQt.tqtsql import *
from sqlex import SqlEx
from connect import ConnectDialog