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
v3.5.13-sru
tpearson 14 years ago
parent f1e9c60cad
commit 84b273fdaa

@ -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);
// }
}

@ -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;

Loading…
Cancel
Save