diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /win/sys | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'win/sys')
-rw-r--r-- | win/sys/mman.h | 2 | ||||
-rw-r--r-- | win/sys/resource.h | 2 | ||||
-rw-r--r-- | win/sys/stat.h | 2 | ||||
-rw-r--r-- | win/sys/time.h | 2 | ||||
-rw-r--r-- | win/sys/times.h | 2 | ||||
-rw-r--r-- | win/sys/utsname.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/win/sys/mman.h b/win/sys/mman.h index d28bcba88..6ec8abcbe 100644 --- a/win/sys/mman.h +++ b/win/sys/mman.h @@ -23,7 +23,7 @@ #ifndef _MMAP_H #define _MMAP_H -#include <kdecore/kdelibs_export.h> +#include <tdecore/kdelibs_export.h> #include <sys/types.h> diff --git a/win/sys/resource.h b/win/sys/resource.h index a505f2838..d49a21f4b 100644 --- a/win/sys/resource.h +++ b/win/sys/resource.h @@ -20,7 +20,7 @@ #ifndef _SYS_RESOURCE_H_ #define _SYS_RESOURCE_H_ -#include <kdecore/kdelibs_export.h> +#include <tdecore/kdelibs_export.h> #include <sys/time.h> #ifdef __cplusplus diff --git a/win/sys/stat.h b/win/sys/stat.h index 2b22558bc..f65a56e0c 100644 --- a/win/sys/stat.h +++ b/win/sys/stat.h @@ -20,7 +20,7 @@ #ifndef _SYS_STAT_H #define _SYS_STAT_H -#include <kdecore/kdelibs_export.h> +#include <tdecore/kdelibs_export.h> /* regular sys/stat.h */ #ifdef _MSC_VER diff --git a/win/sys/time.h b/win/sys/time.h index 0f0ca08a6..ebb5144be 100644 --- a/win/sys/time.h +++ b/win/sys/time.h @@ -20,7 +20,7 @@ #ifndef _SYS_TIME_H_ #define _SYS_TIME_H_ -#include <kdecore/kdelibs_export.h> +#include <tdecore/kdelibs_export.h> //??#if !defined(_INC_TIME) diff --git a/win/sys/times.h b/win/sys/times.h index e555e4888..6ee6d652a 100644 --- a/win/sys/times.h +++ b/win/sys/times.h @@ -20,7 +20,7 @@ #ifndef _SYS_TIMES_H #define _SYS_TIMES_H -#include <kdecore/kdelibs_export.h> +#include <tdecore/kdelibs_export.h> //#include <_ansi.h> #include <machine/types.h> diff --git a/win/sys/utsname.h b/win/sys/utsname.h index 1560e0e6b..55f0b3237 100644 --- a/win/sys/utsname.h +++ b/win/sys/utsname.h @@ -20,7 +20,7 @@ #ifndef _SYS_UTSNAME_H #define _SYS_UTSNAME_H -#include <kdecore/kdelibs_export.h> +#include <tdecore/kdelibs_export.h> #ifdef __cplusplus extern "C" { |