diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /templates/basic/systray1.py | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'templates/basic/systray1.py')
-rw-r--r-- | templates/basic/systray1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic/systray1.py b/templates/basic/systray1.py index 13f1d8f..fdb8067 100644 --- a/templates/basic/systray1.py +++ b/templates/basic/systray1.py @@ -29,7 +29,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 |