diff options
Diffstat (limited to 'examples/example_dcopext.py')
-rw-r--r-- | examples/example_dcopext.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/example_dcopext.py b/examples/example_dcopext.py index e206a21..721df50 100644 --- a/examples/example_dcopext.py +++ b/examples/example_dcopext.py @@ -30,7 +30,7 @@ copyright holder. import sys, time import dcop import dcopext -from tdecore import TDEApplication, TDECmdLineArgs, KAboutData +from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData from qt import TQString, TQCString @@ -54,8 +54,8 @@ def getAnyApplication (client, appName): description = "A basic application template" version = "1.0" -aboutData = KAboutData ("testdcopext", "testdcopext",\ - version, description, KAboutData.License_GPL,\ +aboutData = TDEAboutData ("testdcopext", "testdcopext",\ + version, description, TDEAboutData.License_GPL,\ "(C) 2003 whoever the author is") aboutData.addAuthor ("author1", "whatever they did", "email@somedomain") |