diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:50:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:50:27 -0600 |
commit | 21bc7541114fb026606284e45dc10e3320f39f1d (patch) | |
tree | 1c2006752ae09dda7ed8a635d7a4dfa8eacea0cb /tdeio/tests/jobtest.h | |
parent | 120efd17d0cec4846e7151633a451d54fa714241 (diff) | |
download | tdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.tar.gz tdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'tdeio/tests/jobtest.h')
-rw-r--r-- | tdeio/tests/jobtest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tests/jobtest.h b/tdeio/tests/jobtest.h index aeaceff0d..5bff6d0e3 100644 --- a/tdeio/tests/jobtest.h +++ b/tdeio/tests/jobtest.h @@ -34,7 +34,7 @@ public: void runAll(); void cleanup(); - // Local tests (kio_file only) + // Local tests (tdeio_file only) void get(); void copyFileToSamePartition(); void copyDirectoryToSamePartition(); |