Fixed errors in Remote
[irwi] / src / remote.h
index a104ff1..4619246 100644 (file)
@@ -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