diff options
Diffstat (limited to 'examples/pyKHTMLPart.py')
-rw-r--r-- | examples/pyKHTMLPart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pyKHTMLPart.py b/examples/pyKHTMLPart.py index e483d6f..2795526 100644 --- a/examples/pyKHTMLPart.py +++ b/examples/pyKHTMLPart.py @@ -51,10 +51,10 @@ from qt import TQString, TQStringList from kio import KTrader -from khtml import KHTMLPart, KHTMLView +from tdehtml import KHTMLPart, KHTMLView # Importing the KParts namespace gets us all of the KParts:: classes -from kparts import KParts, createReadOnlyPart, createReadWritePart +from tdeparts import KParts, createReadOnlyPart, createReadWritePart import sys, os |