From 837ead23af269fd8144c1bf5b40138cc68798415 Mon Sep 17 00:00:00 2001 From: Ingo Klcker Date: Sat, 18 Jun 2005 21:58:18 +0000 Subject: [PATCH] Doh. Why do I have to do this by hand? :-) svn path=/trunk/KDE/kdepim/; revision=426929 --- accountdialog.cpp | 2 +- accountwizard.cpp | 2 +- kmacctimap.h | 2 +- kmacctmgr.cpp | 2 +- kmfolderimap.h | 2 +- popaccount.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/accountdialog.cpp b/accountdialog.cpp index ff4c5e045..ea391858d 100644 --- a/accountdialog.cpp +++ b/accountdialog.cpp @@ -55,7 +55,7 @@ #include "kmacctmaildir.h" #include "kmacctlocal.h" #include "kmacctmgr.h" -#include "kmacctpop.h" +#include "popaccount.h" #include "kmacctimap.h" #include "kmacctcachedimap.h" #include "kmfoldermgr.h" diff --git a/accountwizard.cpp b/accountwizard.cpp index 8cf6d50ed..f106cfd9a 100644 --- a/accountwizard.cpp +++ b/accountwizard.cpp @@ -42,7 +42,7 @@ #include "kmacctlocal.h" #include "kmkernel.h" -#include "kmacctpop.h" +#include "popaccount.h" #include "kmacctimap.h" #include "kmacctcachedimap.h" #include "kmacctmaildir.h" diff --git a/kmacctimap.h b/kmacctimap.h index 08f3fa58e..ba864d314 100644 --- a/kmacctimap.h +++ b/kmacctimap.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2002 Michael Haeckel * - * This file is based on kmacctpop.h by Don Sanders + * This file is based on popaccount.h by Don Sanders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kmacctmgr.cpp b/kmacctmgr.cpp index 4cf8c9716..7803078db 100644 --- a/kmacctmgr.cpp +++ b/kmacctmgr.cpp @@ -9,7 +9,7 @@ #include "kmaccount.h" #include "kmacctmaildir.h" #include "kmacctlocal.h" -#include "kmacctpop.h" +#include "popaccount.h" #include "kmacctimap.h" #include "networkaccount.h" using KMail::NetworkAccount; diff --git a/kmfolderimap.h b/kmfolderimap.h index 3c605f69d..016e611bb 100644 --- a/kmfolderimap.h +++ b/kmfolderimap.h @@ -5,7 +5,7 @@ * Copyright (c) 2000-2002 Michael Haeckel * * This file is based on kmacctimap.h by Michael Haeckel which is - * based on kmacctpop.h by Don Sanders + * based on popaccount.h by Don Sanders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/popaccount.cpp b/popaccount.cpp index 00e363d04..b7c29a3bc 100644 --- a/popaccount.cpp +++ b/popaccount.cpp @@ -24,7 +24,7 @@ #include #endif -#include "kmacctpop.h" +#include "popaccount.h" #include "broadcaststatus.h" using KPIM::BroadcastStatus;