diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
commit | 09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66 (patch) | |
tree | c77ad40eb1b04ef22a48da51b73ff8f65745894e /korn/tdeio_count.cpp | |
parent | bc423466604bce42cfce1e227a8f6a8892dba2d8 (diff) | |
download | tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.tar.gz tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'korn/tdeio_count.cpp')
-rw-r--r-- | korn/tdeio_count.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/tdeio_count.cpp b/korn/tdeio_count.cpp index 1531a9b9e..8ad07dcfc 100644 --- a/korn/tdeio_count.cpp +++ b/korn/tdeio_count.cpp @@ -16,11 +16,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "kio_count.h" +#include "tdeio_count.h" #include "kio.h" -#include "kio_proto.h" -#include "kio_single_subject.h" +#include "tdeio_proto.h" +#include "tdeio_single_subject.h" #include "mailsubject.h" #include "sortedmailsubject.h" @@ -327,4 +327,4 @@ void KIO_Count::deleteSingleSubject( KIO_Single_Subject* single_subject ) delete single_subject; } -#include "kio_count.moc" +#include "tdeio_count.moc" |