summaryrefslogtreecommitdiffstats
path: root/src/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch')
-rw-r--r--src/fetch/fetcher.h2
-rw-r--r--src/fetch/z3950fetcher.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/fetcher.h b/src/fetch/fetcher.h
index 80643fa..ef519dc 100644
--- a/src/fetch/fetcher.h
+++ b/src/fetch/fetcher.h
@@ -17,7 +17,7 @@
#include "fetch.h"
#include "../datavectors.h"
-#include <kapplication.h> // for TDEApplication::random()
+#include <tdeapplication.h> // for TDEApplication::random()
#include <tqobject.h>
#include <tqstring.h>
diff --git a/src/fetch/z3950fetcher.cpp b/src/fetch/z3950fetcher.cpp
index acd7024..1737b27 100644
--- a/src/fetch/z3950fetcher.cpp
+++ b/src/fetch/z3950fetcher.cpp
@@ -39,7 +39,7 @@
#include <klocale.h>
#include <kstandarddirs.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <knuminput.h>
#include <tdeconfig.h>
#include <kcombobox.h>