- Torrent addign and removal functional
[qtrapids] / src / engine / AlertWaiterThread.h
index 6ab719e..ec46d7f 100644 (file)
@@ -41,7 +41,7 @@ class AlertWaiterThread : public QThread
                virtual void run(); // Overridden from QThread
                
        signals:
-               void alert(TorrentAlert const *alert);
+               void alert(Alert const *alert);
                
        private:
                TorrentSession *const btSession_;