summaryrefslogtreecommitdiffstats
path: root/korn/tdeio_subjects.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:51:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:51:03 -0600
commit09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66 (patch)
treec77ad40eb1b04ef22a48da51b73ff8f65745894e /korn/tdeio_subjects.cpp
parentbc423466604bce42cfce1e227a8f6a8892dba2d8 (diff)
downloadtdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.tar.gz
tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.zip
Fix a few remaining references to kio_
Diffstat (limited to 'korn/tdeio_subjects.cpp')
-rw-r--r--korn/tdeio_subjects.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/tdeio_subjects.cpp b/korn/tdeio_subjects.cpp
index f40a86f6..f76a1c99 100644
--- a/korn/tdeio_subjects.cpp
+++ b/korn/tdeio_subjects.cpp
@@ -16,11 +16,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "kio_subjects.h"
+#include "tdeio_subjects.h"
#include "kio.h"
-#include "kio_single_subject.h"
-#include "kio_proto.h"
+#include "tdeio_single_subject.h"
+#include "tdeio_proto.h"
#include "mailsubject.h"
#include <tdeio/global.h>
@@ -173,4 +173,4 @@ void KIO_Subjects::slotFinished( KIO_Single_Subject* item )
disConnect( true ); //Only works when all jobs are finished.
}
-#include "kio_subjects.moc"
+#include "tdeio_subjects.moc"