summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler
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/pykde-sampler
parent4385133a0d7974f0c0f7d741ee14d80a6aa9f671 (diff)
downloadpytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.tar.gz
pytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.zip
Part 1 of 2 rename pykde to pytde
Diffstat (limited to 'examples/pykde-sampler')
-rw-r--r--examples/pykde-sampler/HOWTO.samples2
-rw-r--r--examples/pykde-sampler/about.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/pykde-sampler/HOWTO.samples b/examples/pykde-sampler/HOWTO.samples
index 0ccf630..2b20c52 100644
--- a/examples/pykde-sampler/HOWTO.samples
+++ b/examples/pykde-sampler/HOWTO.samples
@@ -33,7 +33,7 @@ In side the module, add the following:
example: ('tdeui', 'KAboutDialog')
If specified, this sequence should contain two items, first item
- name of pykde module, second item name of class within the module.
+ name of pytde module, second item name of class within the module.
These two values are used to form the URL to the documentation for
the sample.
diff --git a/examples/pykde-sampler/about.py b/examples/pykde-sampler/about.py
index ae35b99..108194b 100644
--- a/examples/pykde-sampler/about.py
+++ b/examples/pykde-sampler/about.py
@@ -8,7 +8,7 @@ from os.path import dirname, join
from tdecore import KAboutData
-appName = 'pykdesampler'
+appName = 'pytdesampler'
progName = 'PyKDE Sampler'
authorName = 'Troy Melhase'
authorEmail = bugsEmailAddress = 'troy@gci.net'
@@ -16,7 +16,7 @@ version = '0.1'
shortDescription = 'The PyKDE Sampler'
licenseType = KAboutData.License_GPL_V2
copyrightStatement = '(c) 2006, %s' % (authorName, )
-homePageAddress = 'http://www.riverbankcomputing.co.uk/pykde/'
+homePageAddress = 'http://www.riverbankcomputing.co.uk/pytde/'
aboutText = ("The application sampler for PyKDE.")
contributors = [] # module-level global for keeping the strings around; intentional