diff options
Diffstat (limited to 'examples/systray.py')
-rw-r--r-- | examples/systray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/systray.py b/examples/systray.py index a4c3ff3..075e11c 100644 --- a/examples/systray.py +++ b/examples/systray.py @@ -29,7 +29,7 @@ copyright holder. import sys -from PyTQt.qt import TQLabel +from PyTQt.tqt import TQLabel from tdecore import TDEAboutData, TDEApplication, TDECmdLineArgs, TDEIcon, TDEIconLoader from tdeui import TDEMainWindow, KSystemTray |