summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/exitoperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/exitoperation.h')
-rw-r--r--src/libktorrent/interfaces/exitoperation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/exitoperation.h b/src/libktorrent/interfaces/exitoperation.h
index e9c0ae5..655b344 100644
--- a/src/libktorrent/interfaces/exitoperation.h
+++ b/src/libktorrent/interfaces/exitoperation.h
@@ -22,6 +22,7 @@
#include <tqobject.h>
#include <tdeio/job.h>
+#include <libktorrent_export.h>
namespace kt
{
@@ -35,7 +36,7 @@ namespace kt
* ExitOperation's can be used in combination with a WaitJob, to wait for a certain amount of time
* to give serveral ExitOperation's the time time to finish up.
*/
- class ExitOperation : public TQObject
+ class LIBKTORRENT_EXPORT ExitOperation : public TQObject
{
TQ_OBJECT