summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/coreinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/coreinterface.h')
-rw-r--r--src/libktorrent/interfaces/coreinterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/coreinterface.h b/src/libktorrent/interfaces/coreinterface.h
index f42c966..6e779f9 100644
--- a/src/libktorrent/interfaces/coreinterface.h
+++ b/src/libktorrent/interfaces/coreinterface.h
@@ -24,6 +24,7 @@
#include <tqobject.h>
#include <util/constants.h>
#include <torrent/queuemanager.h>
+#include <libktorrent_export.h>
///Stats struct
struct CurrentStats
@@ -50,7 +51,7 @@ namespace kt
* the applications core, the core is responsible for managing all
* TorrentControl objects.
*/
- class CoreInterface : public TQObject
+ class LIBKTORRENT_EXPORT CoreInterface : public TQObject
{
TQ_OBJECT