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 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")