diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:18:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:18:22 -0600 |
commit | 5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 (patch) | |
tree | cac6b9814cc96ab1755111ea14e40057700ce066 /dcoprss/client.cpp | |
parent | de2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff) | |
download | tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'dcoprss/client.cpp')
-rw-r--r-- | dcoprss/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoprss/client.cpp b/dcoprss/client.cpp index 01b6003e..4bb32aa3 100644 --- a/dcoprss/client.cpp +++ b/dcoprss/client.cpp @@ -1,5 +1,5 @@ /* $Id$ */ -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <dcopref.h> #include <tqdatastream.h> |