diff options
Diffstat (limited to 'examples/pyTDEHTMLPart.py')
-rw-r--r-- | examples/pyTDEHTMLPart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pyTDEHTMLPart.py b/examples/pyTDEHTMLPart.py index e4ba32f..fc3f934 100644 --- a/examples/pyTDEHTMLPart.py +++ b/examples/pyTDEHTMLPart.py @@ -47,7 +47,7 @@ from tdecore import TDECmdLineArgs, KURL, TDEApplication, i18n, TDEAboutData, Ba from tdeui import TDEMainWindow, KMessageBox, TDEAction, KStdAction, KKeyDialog, KEditToolbar -from python_tqt.qt import TQString, TQStringList +from PyTQt.qt import TQString, TQStringList from tdeio import TDETrader |