diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:21:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:21:03 -0600 |
commit | ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a (patch) | |
tree | 6b25232ad7f7cc0d7a0c9c82c4cd644613bcc3a7 /tdecore/network/syssocket.h | |
parent | a9e58ebc98a82a62ea97a2683fe9175dac973d62 (diff) | |
download | tdelibs-ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a.tar.gz tdelibs-ee0c55320dd17dd6cbef85a9bbaa00259ee7eb9a.zip |
Rename ksocket and kcache
Diffstat (limited to 'tdecore/network/syssocket.h')
-rw-r--r-- | tdecore/network/syssocket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/network/syssocket.h b/tdecore/network/syssocket.h index e34db1bd1..03e069940 100644 --- a/tdecore/network/syssocket.h +++ b/tdecore/network/syssocket.h @@ -25,8 +25,8 @@ #ifndef KDE_SYSSOCKET_H #define KDE_SYSSOCKET_H -#ifdef KSOCKETBASE_H -#error syssocket.h must be included before ksocketbase.h! +#ifdef TDESOCKETBASE_H +#error syssocket.h must be included before tdesocketbase.h! #endif #include <sys/types.h> |