From 01bd7e2ffdc3caa95228e03ad501d778b05270a9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 4 Dec 2011 18:33:16 -0600 Subject: Part 1 of 2 rename pykde to pytde --- examples/pykde-sampler/HOWTO.samples | 2 +- examples/pykde-sampler/about.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/pykde-sampler') 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 -- cgit v1.2.1