diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
commit | 64df902cf71a8ee258fb85f6be26248f399aa01f (patch) | |
tree | dba58f705042c22cea26b678d5b0e4e9a34bf202 /kmail/kmkernel.cpp | |
parent | de53c98cab07e9c4b0f5e25dab82830fb6fc67ec (diff) | |
download | tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.tar.gz tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmkernel.cpp')
-rw-r--r-- | kmail/kmkernel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp index 354fe7686..1761a7629 100644 --- a/kmail/kmkernel.cpp +++ b/kmail/kmkernel.cpp @@ -30,7 +30,7 @@ using KPIM::BroadcastStatus; #include "undostack.h" #include "accountmanager.h" using KMail::AccountManager; -#include <libtdepim/kfileio.h> +#include <libtdepim/tdefileio.h> #include "kmversion.h" #include "kmreaderwin.h" #include "kmmainwidget.h" @@ -61,14 +61,14 @@ using KMail::FolderIface; #include <knotifyclient.h> #include <kstaticdeleter.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kprogress.h> #include <kpassivepopup.h> #include <dcopclient.h> #include <ksystemtray.h> #include <kpgp.h> #include <kdebug.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <tdewallet.h> using KWallet::Wallet; #include "actionscheduler.h" |