diff options
Diffstat (limited to 'kmilo')
-rw-r--r-- | kmilo/delli8k/README | 4 | ||||
-rw-r--r-- | kmilo/kmilod/kmilod.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kmilo/delli8k/README b/kmilo/delli8k/README index 80ae5b0..7ece288 100644 --- a/kmilo/delli8k/README +++ b/kmilo/delli8k/README @@ -15,7 +15,7 @@ The code in this module is heavily based on: - the Thinkpad plug-in by Jonathan Riddell (jr@jriddell.org) Also, for the Dell specific implementations, code was taken from the -i8kutils package of Massimo Dal Zotto <dz@debian.org> which can be +i8tdeutils package of Massimo Dal Zotto <dz@debian.org> which can be downloaded from http://www.debian.org/~dz/i8k/ LICENSE: @@ -42,7 +42,7 @@ COMPATIBILITY: This plug-in should work on any Linux distribution that has the i8k module loaded or compiled into the kernel. Compatibility is really dependant on -the i8kutils package of Massimo Dal Zotto <dz@debian.org> which can be +the i8tdeutils package of Massimo Dal Zotto <dz@debian.org> which can be downloaded from http://www.debian.org/~dz/i8k/. Currently (20041122), this should support: diff --git a/kmilo/kmilod/kmilod.cpp b/kmilo/kmilod/kmilod.cpp index 1b777e2..fa2f4a8 100644 --- a/kmilo/kmilod/kmilod.cpp +++ b/kmilo/kmilod/kmilod.cpp @@ -35,7 +35,7 @@ #include <kservicetype.h> #include <kservice.h> #include <kconfig.h> -#include <kparts/componentfactory.h> +#include <tdeparts/componentfactory.h> #include "kmilointerface.h" #include "defaultskin.h" |