summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/prefpageinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/prefpageinterface.h')
-rw-r--r--src/libktorrent/interfaces/prefpageinterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/prefpageinterface.h b/src/libktorrent/interfaces/prefpageinterface.h
index 850a344..665cdac 100644
--- a/src/libktorrent/interfaces/prefpageinterface.h
+++ b/src/libktorrent/interfaces/prefpageinterface.h
@@ -21,6 +21,7 @@
#define PREFPAGEINTERFACE_H
#include <tqpixmap.h>
+#include <libktorrent_export.h>
class TQWidget;
@@ -32,7 +33,7 @@ namespace kt
*
* This interface allows plugins and others to add their own pages in Configuration dialog
*/
- class PrefPageInterface
+ class LIBKTORRENT_EXPORT PrefPageInterface
{
public:
/**