diff options
Diffstat (limited to 'libktorrent')
-rw-r--r-- | libktorrent/datachecker/multidatachecker.cpp | 2 | ||||
-rw-r--r-- | libktorrent/datachecker/singledatachecker.cpp | 2 | ||||
-rw-r--r-- | libktorrent/torrent/cachefile.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libktorrent/datachecker/multidatachecker.cpp b/libktorrent/datachecker/multidatachecker.cpp index d791f97..dcbac73 100644 --- a/libktorrent/datachecker/multidatachecker.cpp +++ b/libktorrent/datachecker/multidatachecker.cpp @@ -20,7 +20,7 @@ ***************************************************************************/ #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <util/log.h> #include <util/file.h> #include <util/fileops.h> diff --git a/libktorrent/datachecker/singledatachecker.cpp b/libktorrent/datachecker/singledatachecker.cpp index 948537c..21341bb 100644 --- a/libktorrent/datachecker/singledatachecker.cpp +++ b/libktorrent/datachecker/singledatachecker.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <util/log.h> #include <util/file.h> #include <util/error.h> 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" |