summaryrefslogtreecommitdiffstats
path: root/examples/uimodules/uidialogs.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 18:33:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 18:33:16 -0600
commit01bd7e2ffdc3caa95228e03ad501d778b05270a9 (patch)
tree9d6b8caebcd8a7700581d36459c784628d4322a5 /examples/uimodules/uidialogs.py
parent4385133a0d7974f0c0f7d741ee14d80a6aa9f671 (diff)
downloadpytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.tar.gz
pytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.zip
Part 1 of 2 rename pykde to pytde
Diffstat (limited to 'examples/uimodules/uidialogs.py')
-rw-r--r--examples/uimodules/uidialogs.py2
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", "jbublitz@nwinternet.com", "http://www.riverbankcomputing.co.uk",\
"\n\nPyKDE -- Python bindings\n\tfor KDE")
- dlg.addContributor ("PyKDE list", "pykde@mats.gmd.de", TQString.null, TQString.null)
+ dlg.addContributor ("PyKDE list", "pytde@mats.gmd.de", TQString.null, TQString.null)
dlg.show ()