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