summaryrefslogtreecommitdiffstats
path: root/src/fetch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:11:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:11:07 -0600
commit2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (patch)
treeb47903cce60f86a6c3d8ef59db7f57be2ea55b64 /src/fetch
parent1a3870bbdfc9878e8f43f16668f8a939783aee71 (diff)
downloadtellico-2b2b805df5f62a0bc900253dd3e774f2e2ad31e3.tar.gz
tellico-2b2b805df5f62a0bc900253dd3e774f2e2ad31e3.zip
Rename common header files for consistency with class renaming
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>