diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:40 -0600 |
commit | eb94524b31d08c526213c8c345df684915c12086 (patch) | |
tree | 589b94c9915cc10647aac3cc5f424185a2f8af9b /src/translators/filelistingimporter.cpp | |
parent | e0fdd1049be9415640911dccfa2b4327205ceb92 (diff) | |
download | tellico-eb94524b31d08c526213c8c345df684915c12086.tar.gz tellico-eb94524b31d08c526213c8c345df684915c12086.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/translators/filelistingimporter.cpp')
-rw-r--r-- | src/translators/filelistingimporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/filelistingimporter.cpp b/src/translators/filelistingimporter.cpp index 934d4b0..85039e1 100644 --- a/src/translators/filelistingimporter.cpp +++ b/src/translators/filelistingimporter.cpp @@ -25,8 +25,8 @@ #include <kapplication.h> #include <kmountpoint.h> -#include <kio/job.h> -#include <kio/netaccess.h> +#include <tdeio/job.h> +#include <tdeio/netaccess.h> #include <tqcheckbox.h> #include <tqvgroupbox.h> |