diff options
Diffstat (limited to 'templates/annotated/basicapp.py')
-rw-r--r-- | templates/annotated/basicapp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/annotated/basicapp.py b/templates/annotated/basicapp.py index 04300b4..d124b76 100644 --- a/templates/annotated/basicapp.py +++ b/templates/annotated/basicapp.py @@ -35,8 +35,8 @@ copyright holder. import sys -from kdecore import KApplication, KCmdLineArgs, KAboutData -from kdeui import KMainWindow +from tdecore import KApplication, KCmdLineArgs, KAboutData +from tdeui import KMainWindow """ Most PyKDE applications will need a main window - the is the top |