X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fremote.h;h=4619246042ad1661ea689ea5af72e4c17fa9e8d3;hb=d9e905fe0a9ad37dcadb5d23529a377f47755e3a;hp=a104ff1e216506024f8ce07f019467293aa18d2d;hpb=2e7b8bff84f69e23289c67adbb274ec646a1ff1a;p=irwi diff --git a/src/remote.h b/src/remote.h index a104ff1..4619246 100644 --- a/src/remote.h +++ b/src/remote.h @@ -12,7 +12,7 @@ namespace Rating { Rating Down = false; } -class Remote +class Remote : public QObject { Q_OBJECT public: @@ -46,8 +46,8 @@ private: void init(); - void Remote::remoteDownloadFinished(QNetworkReply *reply); - void Remote::infoRequestFinished(QNetworkReply *reply); + void remoteDownloadFinished(QNetworkReply *reply); + void infoRequestFinished(QNetworkReply *reply); }; #endif