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 bfff650..e911f38 100644 --- a/templates/annotated/systray1.py +++ b/templates/annotated/systray1.py @@ -1,6 +1,6 @@ """ A basic system tray application - you can combine this with code from -menuapp2.py or menuapp3.py to quickly build a full-blown application +menuapp2.py or menuapp3.py to tquickly build a full-blown application framework. """ @@ -35,7 +35,7 @@ copyright holder. import sys -from qt import QLabel, QWidget, SIGNAL +from qt import TQLabel, TQWidget, SIGNAL from tdecore import KApplication, KIcon, KIconLoader from tdeui import KMainWindow, KSystemTray |