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 /tdednssd/ioslave | |
parent | de2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff) | |
download | tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tdednssd/ioslave')
-rw-r--r-- | tdednssd/ioslave/dnssd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdednssd/ioslave/dnssd.cpp b/tdednssd/ioslave/dnssd.cpp index b8401b75..65aa9cb3 100644 --- a/tdednssd/ioslave/dnssd.cpp +++ b/tdednssd/ioslave/dnssd.cpp @@ -39,12 +39,12 @@ #include <kstandarddirs.h> #include <tdesocketaddress.h> #include <kprotocolinfo.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <kurl.h> #include <ksock.h> #include <tqmap.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqeventloop.h> #include <dnssd/domainbrowser.h> #include <krun.h> |