diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:22 -0600 |
commit | 5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 (patch) | |
tree | cac6b9814cc96ab1755111ea14e40057700ce066 /kopete/protocols/yahoo | |
parent | de2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff) | |
download | tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kopete/protocols/yahoo')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/sendfiletask.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/yahoocontact.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/sendfiletask.cpp b/kopete/protocols/yahoo/libkyahoo/sendfiletask.cpp index 9cfe6763..4cb17847 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendfiletask.cpp +++ b/kopete/protocols/yahoo/libkyahoo/sendfiletask.cpp @@ -21,7 +21,7 @@ #include "client.h" #include <tqstring.h> #include <tqtimer.h> -#include <kapplication.h> // for random() +#include <tdeapplication.h> // for random() #include <kdebug.h> #include <klocale.h> #include <kstreamsocket.h> diff --git a/kopete/protocols/yahoo/yahoocontact.cpp b/kopete/protocols/yahoo/yahoocontact.cpp index 1ca1a3db..77e03b27 100644 --- a/kopete/protocols/yahoo/yahoocontact.cpp +++ b/kopete/protocols/yahoo/yahoocontact.cpp @@ -46,7 +46,7 @@ // KDE Includes #include <kdebug.h> #include <tdeaction.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <krun.h> #include <tdeshortcut.h> |