diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:32 -0600 |
commit | 409b87cbe23e2f18e7a73a81ce958aa0fdd148e4 (patch) | |
tree | 58b5c670f6dc5a7d6336b402b20916790b592af7 /libktorrent/torrent/cachefile.cpp | |
parent | 22a3bb149c883b06dc57b2ef7920ddfb03e7a92e (diff) | |
download | ktorrent-409b87cbe23e2f18e7a73a81ce958aa0fdd148e4.tar.gz ktorrent-409b87cbe23e2f18e7a73a81ce958aa0fdd148e4.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'libktorrent/torrent/cachefile.cpp')
-rw-r--r-- | libktorrent/torrent/cachefile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/cachefile.cpp b/libktorrent/torrent/cachefile.cpp index dc5c640..cb6f902 100644 --- a/libktorrent/torrent/cachefile.cpp +++ b/libktorrent/torrent/cachefile.cpp @@ -36,7 +36,7 @@ #include <util/fileops.h> #include <torrent/globals.h> #include <interfaces/functions.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <util/log.h> #include <util/error.h> #include "cachefile.h" |