summaryrefslogtreecommitdiffstats
path: root/win/sys
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /win/sys
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'win/sys')
-rw-r--r--win/sys/mman.h2
-rw-r--r--win/sys/resource.h2
-rw-r--r--win/sys/stat.h2
-rw-r--r--win/sys/time.h2
-rw-r--r--win/sys/times.h2
-rw-r--r--win/sys/utsname.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/win/sys/mman.h b/win/sys/mman.h
index 6ec8abcbe..af12ce18f 100644
--- a/win/sys/mman.h
+++ b/win/sys/mman.h
@@ -23,7 +23,7 @@
#ifndef _MMAP_H
#define _MMAP_H
-#include <tdecore/kdelibs_export.h>
+#include <tdecore/tdelibs_export.h>
#include <sys/types.h>
diff --git a/win/sys/resource.h b/win/sys/resource.h
index d49a21f4b..91aee90dd 100644
--- a/win/sys/resource.h
+++ b/win/sys/resource.h
@@ -20,7 +20,7 @@
#ifndef _SYS_RESOURCE_H_
#define _SYS_RESOURCE_H_
-#include <tdecore/kdelibs_export.h>
+#include <tdecore/tdelibs_export.h>
#include <sys/time.h>
#ifdef __cplusplus
diff --git a/win/sys/stat.h b/win/sys/stat.h
index f65a56e0c..288782032 100644
--- a/win/sys/stat.h
+++ b/win/sys/stat.h
@@ -20,7 +20,7 @@
#ifndef _SYS_STAT_H
#define _SYS_STAT_H
-#include <tdecore/kdelibs_export.h>
+#include <tdecore/tdelibs_export.h>
/* regular sys/stat.h */
#ifdef _MSC_VER
diff --git a/win/sys/time.h b/win/sys/time.h
index ebb5144be..ea40014b6 100644
--- a/win/sys/time.h
+++ b/win/sys/time.h
@@ -20,7 +20,7 @@
#ifndef _SYS_TIME_H_
#define _SYS_TIME_H_
-#include <tdecore/kdelibs_export.h>
+#include <tdecore/tdelibs_export.h>
//??#if !defined(_INC_TIME)
diff --git a/win/sys/times.h b/win/sys/times.h
index 6ee6d652a..59d5992ab 100644
--- a/win/sys/times.h
+++ b/win/sys/times.h
@@ -20,7 +20,7 @@
#ifndef _SYS_TIMES_H
#define _SYS_TIMES_H
-#include <tdecore/kdelibs_export.h>
+#include <tdecore/tdelibs_export.h>
//#include <_ansi.h>
#include <machine/types.h>
diff --git a/win/sys/utsname.h b/win/sys/utsname.h
index 55f0b3237..ce21168fa 100644
--- a/win/sys/utsname.h
+++ b/win/sys/utsname.h
@@ -20,7 +20,7 @@
#ifndef _SYS_UTSNAME_H
#define _SYS_UTSNAME_H
-#include <tdecore/kdelibs_export.h>
+#include <tdecore/tdelibs_export.h>
#ifdef __cplusplus
extern "C" {