diff options
author | Timothy Pearson <[email protected]> | 2012-01-30 12:22:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-30 12:22:01 -0600 |
commit | 0085388ab450b8b4d84408e7da74bd94efefee8a (patch) | |
tree | ca47e76934cfdc571aa5dc6712a6a14f9d59c430 /kdnssd/ioslave | |
parent | 3516f9bc3f3af5ae21cdbd2d3af835645cf72274 (diff) | |
download | tdenetwork-0085388ab450b8b4d84408e7da74bd94efefee8a.tar.gz tdenetwork-0085388ab450b8b4d84408e7da74bd94efefee8a.zip |
Rename ksocket and kcache
Diffstat (limited to 'kdnssd/ioslave')
-rw-r--r-- | kdnssd/ioslave/dnssd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdnssd/ioslave/dnssd.cpp b/kdnssd/ioslave/dnssd.cpp index da587f5f..f6d68f54 100644 --- a/kdnssd/ioslave/dnssd.cpp +++ b/kdnssd/ioslave/dnssd.cpp @@ -37,7 +37,7 @@ #include <kinstance.h> #include <kglobal.h> #include <kstandarddirs.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include <kprotocolinfo.h> #include <kcmdlineargs.h> #include <klocale.h> |