diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:06 -0600 |
commit | 79fd2b2bbd9f842ce3c84c67e3314033a9cceea4 (patch) | |
tree | d6d2174614dc2384de6f77a930aaf3d06b276fae /kmilo | |
parent | c3e3301aba81e1c1771fa309941888a8b0fb59bc (diff) | |
download | tdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.tar.gz tdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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" |