diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:59:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:59:38 -0600 |
commit | cfb328d59024a251690b6e47c9f8d343fd8c241c (patch) | |
tree | 7c11070cd07e5e023a26ddcfa41832c208c63732 /kmail/kmcommands.cpp | |
parent | 38b7daf1afffa515cf4880847c0d985f3c6ee753 (diff) | |
download | tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.tar.gz tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmcommands.cpp')
-rw-r--r-- | kmail/kmcommands.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmcommands.cpp b/kmail/kmcommands.cpp index 9faa35e59..c2cd83533 100644 --- a/kmail/kmcommands.cpp +++ b/kmail/kmcommands.cpp @@ -62,17 +62,17 @@ #include <kdcopservicestarter.h> #include <kdebug.h> #include <tdefiledialog.h> -#include <kabc/stdaddressbook.h> -#include <kabc/addresseelist.h> +#include <tdeabc/stdaddressbook.h> +#include <tdeabc/addresseelist.h> #include <kdirselectdialog.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <tdeparts/browserextension.h> #include <kprogress.h> #include <krun.h> #include <kbookmarkmanager.h> #include <kstandarddirs.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tdeimproxy.h> #include <kuserprofile.h> // KIO headers |