diff options
Diffstat (limited to 'examples/pykde-sampler/about.py')
-rw-r--r-- | examples/pykde-sampler/about.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pykde-sampler/about.py b/examples/pykde-sampler/about.py index 61fdd8a..ae35b99 100644 --- a/examples/pykde-sampler/about.py +++ b/examples/pykde-sampler/about.py @@ -5,7 +5,7 @@ Defines the 'about' function to create a KAboutData instance for the sampler application. """ from os.path import dirname, join -from kdecore import KAboutData +from tdecore import KAboutData appName = 'pykdesampler' |