diff options
Diffstat (limited to 'templates/annotated/systray1.py')
-rw-r--r-- | templates/annotated/systray1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/annotated/systray1.py b/templates/annotated/systray1.py index 99b7f03..bfff650 100644 --- a/templates/annotated/systray1.py +++ b/templates/annotated/systray1.py @@ -36,8 +36,8 @@ copyright holder. import sys from qt import QLabel, QWidget, SIGNAL -from kdecore import KApplication, KIcon, KIconLoader -from kdeui import KMainWindow, KSystemTray +from tdecore import KApplication, KIcon, KIconLoader +from tdeui import KMainWindow, KSystemTray # This template uses KMainWindow as the main window widget # It solves the problem described in systray.py by using |