Part 1 of 2 rename pykde to pytde

pull/2/head
Timothy Pearson 12 years ago
parent 4b606161fe
commit 7c43ddc176

@ -312,7 +312,7 @@
- ext3 added to mountconfig. :) - ext3 added to mountconfig. :)
- userconfig now respects /etc/useradd.conf - userconfig now respects /etc/useradd.conf
- Now uses PyKDE Extensions for building and installation. - 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. - DPMS tab added to displayconfig.
* Tuesday 5 April 2005 Simon Edwards <simon@simonzone.com> * 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 For versions of KDE before 3.3 it is possible to install PyQt/PyKDE
directly. The homepage for PyQt and PyKDE is: 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: Packages for most popular distributions are available here:
@ -77,7 +77,7 @@ Requirements
* KDE 3. * KDE 3.
* "PyKDE Extensions" is needed for installation. It is available here: * "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! This is also a runtime requirement!
* libpythonize. If you don't want the tools to appear on the KDE Control * libpythonize. If you don't want the tools to appear on the KDE Control

@ -336,8 +336,8 @@ class PowerManager(PowerManagerUI):
menu.insertItem(i18n("CPU policy"), submenu) menu.insertItem(i18n("CPU policy"), submenu)
# KGlobalAccel crashes the application in pykde # KGlobalAccel crashes the application in pytde
# see http://mats.gmd.de/pipermail/pykde/2006-May/013224.html # see http://mats.gmd.de/pipermail/pytde/2006-May/013224.html
#self.globalActions = KGlobalAccel(self) #self.globalActions = KGlobalAccel(self)
#self.suspendShortcut = KShortcut("XF86Sleep") #self.suspendShortcut = KShortcut("XF86Sleep")
#self.hibernateShortcut = KShortcut("XF86Standby") #self.hibernateShortcut = KShortcut("XF86Standby")

Loading…
Cancel
Save