diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 21:01:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 21:01:13 -0600 |
commit | e087f4bae70208de4f9c6a60816c5f3738c4b47c (patch) | |
tree | 124f334b4cbfdaa7e0ef4013378c2c8f4de97b5f /examples/pytde-sampler/sampler.py | |
parent | 6f927e3813af49a237670d3b42366a43c126b0a9 (diff) | |
download | pytde-e087f4bae70208de4f9c6a60816c5f3738c4b47c.tar.gz pytde-e087f4bae70208de4f9c6a60816c5f3738c4b47c.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'examples/pytde-sampler/sampler.py')
-rwxr-xr-x | examples/pytde-sampler/sampler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/sampler.py b/examples/pytde-sampler/sampler.py index f90a1bb..2a8146e 100755 --- a/examples/pytde-sampler/sampler.py +++ b/examples/pytde-sampler/sampler.py @@ -23,7 +23,7 @@ from tdeui import KKeyDialog, KEditToolbar from kio import KTrader from tdeparts import createReadOnlyPart, createReadWritePart -from tdehtml import KHTMLPart +from tdehtml import TDEHTMLPart import about import lib |