summaryrefslogtreecommitdiffstats
path: root/examples/pyKHTMLPart.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pyKHTMLPart.py')
-rw-r--r--examples/pyKHTMLPart.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pyKHTMLPart.py b/examples/pyKHTMLPart.py
index bcccdc7..e483d6f 100644
--- a/examples/pyKHTMLPart.py
+++ b/examples/pyKHTMLPart.py
@@ -43,7 +43,7 @@ lifted from the KDE classref.
# If you import more classes, don't forget to add them here (some of these
# are extras/not used)
-from tdecore import TDECmdLineArgs, KURL, TDEApplication, i18n, KAboutData, BarIcon, KLibLoader
+from tdecore import TDECmdLineArgs, KURL, TDEApplication, i18n, TDEAboutData, BarIcon, KLibLoader
from tdeui import KMainWindow, KMessageBox, KAction, KStdAction, KKeyDialog, KEditToolbar
@@ -186,8 +186,8 @@ description = "KHTMLPart - simple example"
version = "0.1"
# stuff for the "About" menu
-aboutData = KAboutData ("pyKHTMLPart", "pyHTMLPart",\
- version, description, KAboutData.License_GPL,\
+aboutData = TDEAboutData ("pyKHTMLPart", "pyHTMLPart",\
+ version, description, TDEAboutData.License_GPL,\
"(c) 2002, Jim Bublitz")
aboutData.addAuthor ("Jim Bublitz", "Example for PyKDE", "jbublitz@nwinternet.com")