summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/torrentinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/torrentinterface.h')
-rw-r--r--src/libktorrent/interfaces/torrentinterface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libktorrent/interfaces/torrentinterface.h b/src/libktorrent/interfaces/torrentinterface.h
index 92b5f2c..464a640 100644
--- a/src/libktorrent/interfaces/torrentinterface.h
+++ b/src/libktorrent/interfaces/torrentinterface.h
@@ -22,9 +22,9 @@
#include <tqobject.h>
#include <util/constants.h>
-#include <interfaces/trackerslist.h>
-
#include <kurl.h>
+#include <interfaces/trackerslist.h>
+#include <libktorrent_export.h>
namespace bt
{
@@ -179,7 +179,7 @@ namespace kt
* This class is the interface for an object which controls the
* up- and download of one torrent.
*/
- class TorrentInterface : public TQObject
+ class LIBKTORRENT_EXPORT TorrentInterface : public TQObject
{
TQ_OBJECT
@@ -503,7 +503,7 @@ namespace kt
* @param stats The stats of the torrent
* @return The share ratio
*/
- float ShareRatio(const TorrentStats & stats);
+ LIBKTORRENT_EXPORT float ShareRatio(const TorrentStats & stats);
}