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

@@ -66,7 +66,7 @@ public:
public slots:
void on_uTorrentListButton_clicked() {
DownloadThread *d = new DownloadThread(this);
downloadThread *d = new downloadThread(this);
connect(d, SIGNAL(downloadFinished(QString,QString)), this, SLOT(parseUTorrentList(QString,QString)));
connect(d, SIGNAL(downloadFailure(QString,QString)), this, SLOT(getTrackerError(QString,QString)));
//Just to show that it takes times