summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/torrentfileinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/torrentfileinterface.h')
-rw-r--r--src/libktorrent/interfaces/torrentfileinterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/torrentfileinterface.h b/src/libktorrent/interfaces/torrentfileinterface.h
index c9381a9..2590fa7 100644
--- a/src/libktorrent/interfaces/torrentfileinterface.h
+++ b/src/libktorrent/interfaces/torrentfileinterface.h
@@ -23,6 +23,7 @@
#include <tqobject.h>
#include <tqstring.h>
#include <util/constants.h>
+#include <libktorrent_export.h>
namespace kt
{
@@ -41,7 +42,7 @@ namespace kt
*
* This class is the interface for a file in a multifile torrent.
*/
- class TorrentFileInterface : public TQObject
+ class LIBKTORRENT_EXPORT TorrentFileInterface : public TQObject
{
TQ_OBJECT