summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 18:31:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 18:31:13 -0600
commit7c43ddc17604af390a99dd03cb96677da0ab0132 (patch)
treeb5ac6f1f3553c992525d1193f040919959a11840
parent4b606161fefda39e11495d227447d625c9cd3d82 (diff)
downloadtde-guidance-7c43ddc1.tar.gz
tde-guidance-7c43ddc1.zip
Part 1 of 2 rename pykde to pytde
-rw-r--r--ChangeLog2
-rw-r--r--README4
-rwxr-xr-xpowermanager/guidance-power-manager.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 76f7ee0..aace0a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -312,7 +312,7 @@
- ext3 added to mountconfig. :)
- userconfig now respects /etc/useradd.conf
- Now uses PyKDE Extensions for building and installation.
- http://www.simonzone.com/software/pykdeextensions/
+ http://www.simonzone.com/software/pytdeextensions/
- DPMS tab added to displayconfig.
* Tuesday 5 April 2005 Simon Edwards <simon@simonzone.com>
diff --git a/README b/README
index 89ebc0d..f7b6744 100644
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ Requirements
For versions of KDE before 3.3 it is possible to install PyQt/PyKDE
directly. The homepage for PyQt and PyKDE is:
- http://www.riverbankcomputing.co.uk/pykde/index.php
+ http://www.riverbankcomputing.co.uk/pytde/index.php
Packages for most popular distributions are available here:
@@ -77,7 +77,7 @@ Requirements
* KDE 3.
* "PyKDE Extensions" is needed for installation. It is available here:
- http://www.simonzone.com/software/pykdeextensions/
+ http://www.simonzone.com/software/pytdeextensions/
This is also a runtime requirement!
* libpythonize. If you don't want the tools to appear on the KDE Control
diff --git a/powermanager/guidance-power-manager.py b/powermanager/guidance-power-manager.py
index 6444423..c707285 100755
--- a/powermanager/guidance-power-manager.py
+++ b/powermanager/guidance-power-manager.py
@@ -336,8 +336,8 @@ class PowerManager(PowerManagerUI):
menu.insertItem(i18n("CPU policy"), submenu)
- # KGlobalAccel crashes the application in pykde
- # see http://mats.gmd.de/pipermail/pykde/2006-May/013224.html
+ # KGlobalAccel crashes the application in pytde
+ # see http://mats.gmd.de/pipermail/pytde/2006-May/013224.html
#self.globalActions = KGlobalAccel(self)
#self.suspendShortcut = KShortcut("XF86Sleep")
#self.hibernateShortcut = KShortcut("XF86Standby")