summaryrefslogtreecommitdiffstats
path: root/templates/annotated/systray1.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 02:25:51 -0600
committerTimothy Pearson <[email protected]>2011-11-06 02:25:51 -0600
commit10d461f8a8b11ea740680361c20c4a378811e8a4 (patch)
treefb43cedf9cd3b06209af237c3cbbc9c0a8fb0896 /templates/annotated/systray1.py
parent23c5b612d95f27d80c70adef92890955574a94bf (diff)
downloadpytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz
pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip
Additional kde to tde renaming
Diffstat (limited to 'templates/annotated/systray1.py')
-rw-r--r--templates/annotated/systray1.py4
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