summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/peersource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/peersource.h')
-rw-r--r--src/libktorrent/interfaces/peersource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/peersource.h b/src/libktorrent/interfaces/peersource.h
index 0b8a852..a6f2e79 100644
--- a/src/libktorrent/interfaces/peersource.h
+++ b/src/libktorrent/interfaces/peersource.h
@@ -23,6 +23,7 @@
#include <tqobject.h>
#include <tqvaluelist.h>
#include <util/constants.h>
+#include <libktorrent_export.h>
namespace bt
{
@@ -47,7 +48,7 @@ namespace kt
* for torrents. PeerSources should work independently and should emit a signal when they
* have peers ready.
*/
- class PeerSource : public TQObject
+ class LIBKTORRENT_EXPORT PeerSource : public TQObject
{
TQ_OBJECT