diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 18:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 18:31:13 -0600 |
commit | 7c43ddc17604af390a99dd03cb96677da0ab0132 (patch) | |
tree | b5ac6f1f3553c992525d1193f040919959a11840 | |
parent | 4b606161fefda39e11495d227447d625c9cd3d82 (diff) | |
download | tde-guidance-7c43ddc17604af390a99dd03cb96677da0ab0132.tar.gz tde-guidance-7c43ddc17604af390a99dd03cb96677da0ab0132.zip |
Part 1 of 2 rename pykde to pytde
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | powermanager/guidance-power-manager.py | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -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> @@ -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") |