- Namespaced QBittorrentSession and QTorrentHandle to avoid possible future conflicts
[qtrapids] / src / gui / SeedView.h
index 9b05e99..666a4c7 100644 (file)
@@ -37,8 +37,8 @@ Q_OBJECT
 
     ~SeedView();
                
-               void newItem(QTorrentHandle const* handle);
-               void updateItem(QTorrentHandle const* handle);
+               void newItem(qtrapids::QTorrentHandle const* handle);
+               void updateItem(qtrapids::QTorrentHandle const* handle);
 
        private slots:
                void on_itemPressed(QTreeWidgetItem *item, int column);