diff options
Diffstat (limited to 'examples/SQL/frmconnect.py')
-rw-r--r-- | examples/SQL/frmconnect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SQL/frmconnect.py b/examples/SQL/frmconnect.py index 97fb406..0fec45f 100644 --- a/examples/SQL/frmconnect.py +++ b/examples/SQL/frmconnect.py @@ -6,7 +6,7 @@ # WARNING! All changes made in this file will be lost! -from python_tqt.qt import * +from PyTQt.qt import * class frmConnect(TQDialog): |