summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-10 08:27:02 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-10 08:27:02 +0000
commit84b273fdaa6358ec5e9bacf8a2a1214cd8612f28 (patch)
tree3ff83616068d0e21fd4969bb0f08aed1df42fbc8
parentf1e9c60cad4f03d6dfa24c8ba41f27d73f2386a4 (diff)
downloadbibletime-84b273fd.tar.gz
bibletime-84b273fd.zip
Attempt to fix FTBFS
Bookshelf manager downloading still needs to be fixed git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1173709 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--bibletime/frontend/btinstallmgr.cpp6
-rw-r--r--bibletime/frontend/btinstallmgr.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/bibletime/frontend/btinstallmgr.cpp b/bibletime/frontend/btinstallmgr.cpp
index 00f2f4a..76eef81 100644
--- a/bibletime/frontend/btinstallmgr.cpp
+++ b/bibletime/frontend/btinstallmgr.cpp
@@ -309,9 +309,9 @@ namespace BookshelfManager {
m_totalBytes = (totalBytes > 0) ? totalBytes : 1; //avoid division by zero
}
- FTPTransport *BTInstallMgr::createFTPTransport(const char *host, StatusReporter *statusReporter) {
- return new KIO_FTPTransport(host, statusReporter);
- }
+// FTPTransport *BTInstallMgr::createFTPTransport(const char *host, StatusReporter *statusReporter) {
+// return new KIO_FTPTransport(host, statusReporter);
+// }
}
diff --git a/bibletime/frontend/btinstallmgr.h b/bibletime/frontend/btinstallmgr.h
index 39549e8..c82b77b 100644
--- a/bibletime/frontend/btinstallmgr.h
+++ b/bibletime/frontend/btinstallmgr.h
@@ -85,7 +85,7 @@ protected:
virtual void statusUpdate(double dltotal, double dlnow);
virtual void preStatus(long totalBytes, long completedBytes, const char *message);
- virtual FTPTransport *createFTPTransport(const char *host, StatusReporter *statusReporter);
+// virtual FTPTransport *createFTPTransport(const char *host, StatusReporter *statusReporter);
long m_totalBytes;
long m_completedBytes;