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 /kopete/protocols/msn | |
parent | 3516f9bc3f3af5ae21cdbd2d3af835645cf72274 (diff) | |
download | tdenetwork-0085388ab450b8b4d84408e7da74bd94efefee8a.tar.gz tdenetwork-0085388ab450b8b4d84408e7da74bd94efefee8a.zip |
Rename ksocket and kcache
Diffstat (limited to 'kopete/protocols/msn')
-rw-r--r-- | kopete/protocols/msn/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/msn/transport.h b/kopete/protocols/msn/transport.h index 9a7152fb..5d7fef31 100644 --- a/kopete/protocols/msn/transport.h +++ b/kopete/protocols/msn/transport.h @@ -24,7 +24,7 @@ //END //BEGIN KDE Includes -#include <ksocketaddress.h> +#include <tdesocketaddress.h> //END namespace KNetwork { |