diff --git a/src/base/bittorrent/torrentinfo.h b/src/base/bittorrent/torrentinfo.h index 85c8158d5..6e21df42a 100644 --- a/src/base/bittorrent/torrentinfo.h +++ b/src/base/bittorrent/torrentinfo.h @@ -52,7 +52,7 @@ namespace BitTorrent class TorrentInfo { - Q_DECLARE_TR_FUNCTIONS("TorrentInfo") + Q_DECLARE_TR_FUNCTIONS(TorrentInfo) public: #if LIBTORRENT_VERSION_NUM < 10100 diff --git a/src/gui/properties/peersadditiondlg.h b/src/gui/properties/peersadditiondlg.h index af76d132b..75322220d 100644 --- a/src/gui/properties/peersadditiondlg.h +++ b/src/gui/properties/peersadditiondlg.h @@ -33,7 +33,7 @@ #include "base/bittorrent/peerinfo.h" -template class QList; +template class QList; namespace Ui {