diff options
Diffstat (limited to 'knode/kncomposer.cpp')
-rw-r--r-- | knode/kncomposer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index afebca1af..678b38eb5 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -24,8 +24,8 @@ using KPIM::AddressesDialog; using TDERecentAddress::RecentAddresses; #include <tdeaccel.h> #include <kcharsets.h> -#include <kmessagebox.h> -#include <kabc/addresseedialog.h> +#include <tdemessagebox.h> +#include <tdeabc/addresseedialog.h> #include <tdeaction.h> #include <kstdaction.h> #include <kkeydialog.h> @@ -36,7 +36,7 @@ using TDERecentAddress::RecentAddresses; #include <klineedit.h> #include <kcombobox.h> #include <tdespell.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kpgp.h> #include <kpgpblock.h> #include <kprocess.h> @@ -57,7 +57,7 @@ using TDERecentAddress::RecentAddresses; #include "knnntpaccount.h" #include "knarticlefactory.h" #include <kstatusbar.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqpopupmenu.h> #include <spellingfilter.h> #include <kstdguiitem.h> |