diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:14:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:14:34 -0600 |
commit | 57e2ced52bf3ba886bb7710212167a86e20305e6 (patch) | |
tree | e08b1e82e83f5afa861dc9eeb833dc4bd593900b /examples/pyKHTMLPart.py | |
parent | ccad7a42d96879251c4971e51aac269f61a0ccf8 (diff) | |
download | pytde-57e2ced52bf3ba886bb7710212167a86e20305e6.tar.gz pytde-57e2ced52bf3ba886bb7710212167a86e20305e6.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 |