diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:22:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:22:01 -0600 |
commit | 0085388ab450b8b4d84408e7da74bd94efefee8a (patch) | |
tree | ca47e76934cfdc571aa5dc6712a6a14f9d59c430 /kopete/protocols/yahoo/libkyahoo | |
parent | 3516f9bc3f3af5ae21cdbd2d3af835645cf72274 (diff) | |
download | tdenetwork-0085388ab450b8b4d84408e7da74bd94efefee8a.tar.gz tdenetwork-0085388ab450b8b4d84408e7da74bd94efefee8a.zip |
Rename ksocket and kcache
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/client.cpp b/kopete/protocols/yahoo/libkyahoo/client.cpp index e5ca520d..77252ac1 100644 --- a/kopete/protocols/yahoo/libkyahoo/client.cpp +++ b/kopete/protocols/yahoo/libkyahoo/client.cpp @@ -23,7 +23,7 @@ #include <tqpixmap.h> #include <kdebug.h> -#include <ksocketbase.h> +#include <tdesocketbase.h> #include "yahooclientstream.h" #include "yahooconnector.h" |