Revert class renaming to avoid breaking translations

This commit is contained in:
Christophe Dumez
2011-01-28 19:00:42 +00:00
parent 8d563f9eb6
commit 552bc3c689
74 changed files with 2021 additions and 2061 deletions

View File

@@ -135,7 +135,7 @@ QBtSession::QBtSession()
connect(&resumeDataTimer, SIGNAL(timeout()), this, SLOT(saveTempFastResumeData()));
resumeDataTimer.start(180000); // 3min
// To download from urls
downloader = new DownloadThread(this);
downloader = new downloadThread(this);
connect(downloader, SIGNAL(downloadFinished(QString, QString)), this, SLOT(processDownloadedFile(QString, QString)));
connect(downloader, SIGNAL(downloadFailure(QString, QString)), this, SLOT(handleDownloadFailure(QString, QString)));
appendLabelToSavePath = pref.appendTorrentLabel();