diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:03:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:03:49 -0600 |
commit | 387a27b62f25387e42a850739ced151d64a2e760 (patch) | |
tree | bbba39b506feb102175f10aa296b201a5a4557f5 /templates/annotated/systray1.py | |
parent | 3d1fa8562bf693237a1a76918b4487cca3e2e356 (diff) | |
download | pytde-387a27b62f25387e42a850739ced151d64a2e760.tar.gz pytde-387a27b62f25387e42a850739ced151d64a2e760.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
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 db017c3..faf97e0 100644 --- a/templates/annotated/systray1.py +++ b/templates/annotated/systray1.py @@ -74,7 +74,7 @@ class MainWin (KMainWindow): #-------------------- main ------------------------------------------------ -# The usual stuff - you can also use the KAboutData/TDECmdLineArgs version +# The usual stuff - you can also use the TDEAboutData/TDECmdLineArgs version # for program startup used in other templates - the TDEApplication constructor # used here may be obsoleted eventually appName = "template" |