diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 18:33:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 18:33:16 -0600 |
commit | 01bd7e2ffdc3caa95228e03ad501d778b05270a9 (patch) | |
tree | 9d6b8caebcd8a7700581d36459c784628d4322a5 /examples/uimodules | |
parent | 4385133a0d7974f0c0f7d741ee14d80a6aa9f671 (diff) | |
download | pytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.tar.gz pytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.zip |
Part 1 of 2 rename pykde to pytde
Diffstat (limited to 'examples/uimodules')
-rw-r--r-- | examples/uimodules/uidialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uimodules/uidialogs.py b/examples/uimodules/uidialogs.py index 1c85fbe..ba03a9a 100644 --- a/examples/uimodules/uidialogs.py +++ b/examples/uimodules/uidialogs.py @@ -130,7 +130,7 @@ def dlgKAboutDialog (parent): dlg.setTitle ("UISampler for PyKDE") dlg.setAuthor ("Jim Bublitz", "[email protected]", "http://www.riverbankcomputing.co.uk",\ "\n\nPyKDE -- Python bindings\n\tfor KDE") - dlg.addContributor ("PyKDE list", "[email protected]", TQString.null, TQString.null) + dlg.addContributor ("PyKDE list", "[email protected]", TQString.null, TQString.null) dlg.show () |