diff options
author | Slávek Banko <[email protected]> | 2016-09-28 03:03:35 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-28 03:03:47 +0200 |
commit | f0143f408543569757ebf8f671e1012e16c575ae (patch) | |
tree | 0f446c1ec7fbe81ac96bc7b1e1b3702fe8403c67 /templates/annotated/systray1.py | |
parent | 5bf80aeba9a1e9b9b91f3108c1a8d51bf378c4f0 (diff) | |
download | pytde-f0143f408543569757ebf8f671e1012e16c575ae.tar.gz pytde-f0143f408543569757ebf8f671e1012e16c575ae.zip |
Properly import python_tqt module - second partr14.0.4
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b7a62620df1c214340b86735a73d4c3b3b834565)
Diffstat (limited to 'templates/annotated/systray1.py')
-rw-r--r-- | templates/annotated/systray1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/annotated/systray1.py b/templates/annotated/systray1.py index e25ffb6..78967c9 100644 --- a/templates/annotated/systray1.py +++ b/templates/annotated/systray1.py @@ -35,7 +35,7 @@ copyright holder. import sys -from qt import TQLabel, TQWidget, SIGNAL +from python_tqt.qt import TQLabel, TQWidget, SIGNAL from tdecore import TDEApplication, TDEIcon, TDEIconLoader from tdeui import TDEMainWindow, KSystemTray |