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/filehandler.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/filehandler.cpp')
-rw-r--r-- | src/filehandler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filehandler.cpp b/src/filehandler.cpp index 96a1ef9..0d21e67 100644 --- a/src/filehandler.cpp +++ b/src/filehandler.cpp @@ -22,12 +22,12 @@ #include <kurl.h> #include <klocale.h> #include <kmessagebox.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <ktempfile.h> #include <ksavefile.h> #include <kapplication.h> -#include <kfileitem.h> -#include <kio/chmodjob.h> +#include <tdefileitem.h> +#include <tdeio/chmodjob.h> #include <kfilterdev.h> #include <tqdom.h> |