diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:40 -0600 |
commit | 38b7daf1afffa515cf4880847c0d985f3c6ee753 (patch) | |
tree | 3e5e8489a057008373c2ae2d1583d5a1865f7e3d /tderesources/groupwise | |
parent | f4236c497b152468e23da7b8a64caf6988e61515 (diff) | |
download | tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tderesources/groupwise')
-rw-r--r-- | tderesources/groupwise/soap/ksslsocket.cpp | 2 | ||||
-rw-r--r-- | tderesources/groupwise/soap/soapdebug.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/groupwise/soap/ksslsocket.cpp b/tderesources/groupwise/soap/ksslsocket.cpp index 809c29b8b..16ddf70db 100644 --- a/tderesources/groupwise/soap/ksslsocket.cpp +++ b/tderesources/groupwise/soap/ksslsocket.cpp @@ -27,7 +27,7 @@ #include <ksslpeerinfo.h> #include <ksslcertchain.h> #include <ksslcertificatecache.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kmessagebox.h> #include "ksslsocket.h" diff --git a/tderesources/groupwise/soap/soapdebug.cpp b/tderesources/groupwise/soap/soapdebug.cpp index 2e55f1674..5ea29cbea 100644 --- a/tderesources/groupwise/soap/soapdebug.cpp +++ b/tderesources/groupwise/soap/soapdebug.cpp @@ -1,8 +1,8 @@ #include "groupwiseserver.h" -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <tdeconfig.h> #include <kdebug.h> #include <ktempfile.h> |