summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pytde-sampler')
-rw-r--r--examples/pytde-sampler/qt_widgets/CONTRIB6
-rwxr-xr-xexamples/pytde-sampler/sampler.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/pytde-sampler/qt_widgets/CONTRIB b/examples/pytde-sampler/qt_widgets/CONTRIB
index 4e46cd7..1bd8f38 100644
--- a/examples/pytde-sampler/qt_widgets/CONTRIB
+++ b/examples/pytde-sampler/qt_widgets/CONTRIB
@@ -393,9 +393,9 @@ tdefile,KURLPropsPlugin,,,
tdefile,KURLRequester,,,
tdefile,KURLRequesterDlg,,,
tdehtml,DOM,,,
-tdehtml,KHTMLPart,,,
-tdehtml,KHTMLSettings,,,
-tdehtml,KHTMLView,,,
+tdehtml,TDEHTMLPart,,,
+tdehtml,TDEHTMLSettings,,,
+tdehtml,TDEHTMLView,,,
kio,KAr,,,
kio,KArchive,,,
kio,KArchiveDirectory,,,
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