summaryrefslogtreecommitdiffstats
path: root/src/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch')
-rw-r--r--src/fetch/amazonfetcher.cpp2
-rw-r--r--src/fetch/arxivfetcher.cpp2
-rw-r--r--src/fetch/crossreffetcher.cpp2
-rw-r--r--src/fetch/discogsfetcher.cpp2
-rw-r--r--src/fetch/entrezfetcher.cpp2
-rw-r--r--src/fetch/fetchmanager.cpp2
-rw-r--r--src/fetch/gcstarpluginfetcher.cpp8
-rw-r--r--src/fetch/isbndbfetcher.cpp2
-rw-r--r--src/fetch/srufetcher.cpp2
-rw-r--r--src/fetch/yahoofetcher.cpp2
-rw-r--r--src/fetch/z3950connection.cpp8
-rw-r--r--src/fetch/z3950fetcher.cpp2
12 files changed, 18 insertions, 18 deletions
diff --git a/src/fetch/amazonfetcher.cpp b/src/fetch/amazonfetcher.cpp
index b018ff1..8b1d34f 100644
--- a/src/fetch/amazonfetcher.cpp
+++ b/src/fetch/amazonfetcher.cpp
@@ -30,7 +30,7 @@
#include <tdelocale.h>
#include <tdeio/job.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <klineedit.h>
#include <kseparator.h>
diff --git a/src/fetch/arxivfetcher.cpp b/src/fetch/arxivfetcher.cpp
index 8c06e21..e289b2c 100644
--- a/src/fetch/arxivfetcher.cpp
+++ b/src/fetch/arxivfetcher.cpp
@@ -24,7 +24,7 @@
#include "../tellico_debug.h"
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <tqdom.h>
diff --git a/src/fetch/crossreffetcher.cpp b/src/fetch/crossreffetcher.cpp
index cea642c..876159d 100644
--- a/src/fetch/crossreffetcher.cpp
+++ b/src/fetch/crossreffetcher.cpp
@@ -24,7 +24,7 @@
#include "../tellico_debug.h"
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <klineedit.h>
#include <kactivelabel.h>
diff --git a/src/fetch/discogsfetcher.cpp b/src/fetch/discogsfetcher.cpp
index 519a8d9..8363738 100644
--- a/src/fetch/discogsfetcher.cpp
+++ b/src/fetch/discogsfetcher.cpp
@@ -23,7 +23,7 @@
#include "../tellico_debug.h"
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <tdeio/job.h>
diff --git a/src/fetch/entrezfetcher.cpp b/src/fetch/entrezfetcher.cpp
index 4b4bf59..210c842 100644
--- a/src/fetch/entrezfetcher.cpp
+++ b/src/fetch/entrezfetcher.cpp
@@ -23,7 +23,7 @@
#include <tdelocale.h>
#include <tdeconfig.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeio/job.h>
#include <tqdom.h>
diff --git a/src/fetch/fetchmanager.cpp b/src/fetch/fetchmanager.cpp
index 5e5d514..5ce94eb 100644
--- a/src/fetch/fetchmanager.cpp
+++ b/src/fetch/fetchmanager.cpp
@@ -51,7 +51,7 @@
#include <tdelocale.h>
#include <kiconloader.h>
#include <kmimetype.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <dcopref.h>
#include <tdetempfile.h>
#include <tdeio/netaccess.h>
diff --git a/src/fetch/gcstarpluginfetcher.cpp b/src/fetch/gcstarpluginfetcher.cpp
index fa37de7..dbf73bb 100644
--- a/src/fetch/gcstarpluginfetcher.cpp
+++ b/src/fetch/gcstarpluginfetcher.cpp
@@ -27,8 +27,8 @@
#include <tdeconfig.h>
#include <tdeprocess.h>
-#include <kprocio.h>
-#include <kstandarddirs.h>
+#include <tdeprocio.h>
+#include <tdestandarddirs.h>
#include <tdeaccelmanager.h>
#include <tqdir.h>
@@ -48,7 +48,7 @@ GCstarPluginFetcher::PluginList GCstarPluginFetcher::plugins(int collType_) {
TQString gcstar = TDEStandardDirs::findExe(TQString::fromLatin1("gcstar"));
if(pluginParse == NotYet) {
- KProcIO proc;
+ TDEProcIO proc;
proc << gcstar << TQString::fromLatin1("--version");
// wait 5 seconds at most, just a sanity thing, never want to block completely
if(proc.start(TDEProcess::Block) && proc.wait(5)) {
@@ -92,7 +92,7 @@ void GCstarPluginFetcher::readPluginsNew(int collType_, const TQString& gcstar_)
return;
}
- KProcIO proc;
+ TDEProcIO proc;
proc << gcstar_
<< TQString::fromLatin1("-x")
<< TQString::fromLatin1("--list-plugins")
diff --git a/src/fetch/isbndbfetcher.cpp b/src/fetch/isbndbfetcher.cpp
index cc8419d..a2bb56b 100644
--- a/src/fetch/isbndbfetcher.cpp
+++ b/src/fetch/isbndbfetcher.cpp
@@ -22,7 +22,7 @@
#include "../tellico_debug.h"
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <tqdom.h>
diff --git a/src/fetch/srufetcher.cpp b/src/fetch/srufetcher.cpp
index b10f40f..52e9f00 100644
--- a/src/fetch/srufetcher.cpp
+++ b/src/fetch/srufetcher.cpp
@@ -29,7 +29,7 @@
#include <tdelocale.h>
#include <tdeio/job.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <kcombobox.h>
#include <tdeaccelmanager.h>
diff --git a/src/fetch/yahoofetcher.cpp b/src/fetch/yahoofetcher.cpp
index 474fc7c..b38eef7 100644
--- a/src/fetch/yahoofetcher.cpp
+++ b/src/fetch/yahoofetcher.cpp
@@ -23,7 +23,7 @@
#include "../tellico_debug.h"
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeconfig.h>
#include <tdeio/job.h>
diff --git a/src/fetch/z3950connection.cpp b/src/fetch/z3950connection.cpp
index 8a58aaa..a40f6cb 100644
--- a/src/fetch/z3950connection.cpp
+++ b/src/fetch/z3950connection.cpp
@@ -261,7 +261,7 @@ void Z3950Connection::run() {
}
// save syntax change for next time
if(m_syntax != newSyntax) {
- kapp->postEvent(m_fetcher, new Z3950SyntaxChange(newSyntax));
+ tdeApp->postEvent(m_fetcher, new Z3950SyntaxChange(newSyntax));
m_syntax = newSyntax;
}
@@ -355,15 +355,15 @@ bool Z3950Connection::makeConnection() {
void Z3950Connection::done() {
checkPendingEvents();
- kapp->postEvent(m_fetcher, new Z3950ConnectionDone(m_hasMore));
+ tdeApp->postEvent(m_fetcher, new Z3950ConnectionDone(m_hasMore));
}
void Z3950Connection::done(const TQString& msg_, int type_) {
checkPendingEvents();
if(m_aborted) {
- kapp->postEvent(m_fetcher, new Z3950ConnectionDone(m_hasMore));
+ tdeApp->postEvent(m_fetcher, new Z3950ConnectionDone(m_hasMore));
} else {
- kapp->postEvent(m_fetcher, new Z3950ConnectionDone(m_hasMore, msg_, type_));
+ tdeApp->postEvent(m_fetcher, new Z3950ConnectionDone(m_hasMore, msg_, type_));
}
}
diff --git a/src/fetch/z3950fetcher.cpp b/src/fetch/z3950fetcher.cpp
index f65d83e..c2cb62b 100644
--- a/src/fetch/z3950fetcher.cpp
+++ b/src/fetch/z3950fetcher.cpp
@@ -38,7 +38,7 @@
#include "../lccnvalidator.h"
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeapplication.h>
#include <knuminput.h>
#include <tdeconfig.h>