diff options
Diffstat (limited to 'examples/pyKHTMLPart.py')
-rw-r--r-- | examples/pyKHTMLPart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pyKHTMLPart.py b/examples/pyKHTMLPart.py index f028bb7..7873ad8 100644 --- a/examples/pyKHTMLPart.py +++ b/examples/pyKHTMLPart.py @@ -47,7 +47,7 @@ from tdecore import KCmdLineArgs, KURL, KApplication, i18n, KAboutData, BarIcon, from tdeui import KMainWindow, KMessageBox, KAction, KStdAction, KKeyDialog, KEditToolbar -from qt import QString, QStringList +from qt import TQString, TQStringList from kio import KTrader |