diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 10:48:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 10:48:05 -0600 |
commit | 4f9367a19011b727951632ba7c8d9539c72be75d (patch) | |
tree | 1c243c83ea93d66baaea66f51540b5b2ee2bb3e4 /examples/pyTDEHTMLPart.py | |
parent | 11ce0e9ead6ca61215b1bafdf6f4fb2151018c77 (diff) | |
download | pytde-4f9367a19011b727951632ba7c8d9539c72be75d.tar.gz pytde-4f9367a19011b727951632ba7c8d9539c72be75d.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
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 e4e209f..4f31e2b 100644 --- a/examples/pyTDEHTMLPart.py +++ b/examples/pyTDEHTMLPart.py @@ -49,7 +49,7 @@ from tdeui import KMainWindow, KMessageBox, KAction, KStdAction, KKeyDialog, KEd from qt import TQString, TQStringList -from kio import KTrader +from kio import TDETrader from tdehtml import TDEHTMLPart, TDEHTMLView |