From 2f8d6ec2ccedb8e861d1e681e32dab312a10be7a Mon Sep 17 00:00:00 2001 From: birkeh Date: Mon, 29 May 2017 21:55:54 +0200 Subject: [PATCH] TheTVDB V2 --- csearch.cpp | 2 -- cupdatethread.cpp | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/csearch.cpp b/csearch.cpp index c0efe26..59c4ffc 100644 --- a/csearch.cpp +++ b/csearch.cpp @@ -1,7 +1,6 @@ #include "csearch.h" #include "ui_csearch.h" -#include "cthetvdb.h" #include "cthetvdbv2.h" #include "cserie.h" @@ -39,7 +38,6 @@ void cSearch::on_m_lpSearchButton_clicked() lpDialog->setMessage("Searching"); lpDialog->show(); - cTheTVDB theTVDB; cTheTVDBV2 theTVDBV2; QList serieList2 = theTVDBV2.search(ui->m_lpSearch->text()); diff --git a/cupdatethread.cpp b/cupdatethread.cpp index 0f1eeb0..0b961d4 100644 --- a/cupdatethread.cpp +++ b/cupdatethread.cpp @@ -2,7 +2,7 @@ #include "cserie.h" #include "cseason.h" #include "cepisode.h" -#include "cthetvdb.h" +#include "cthetvdbv2.h" #include "cmessagedialog.h" #include @@ -34,7 +34,7 @@ void cUpdateThread::run() if(lpSerie) { emit updateMessage(lpSerie->seriesName(), x); - cTheTVDB tvDB; + cTheTVDBV2 tvDB; cSerie* lpSerieNew; if(lpSerie->seriesID() != -1)