summaryrefslogtreecommitdiffstats
path: root/part/kxmleditorfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxmleditorfactory.cpp')
-rw-r--r--part/kxmleditorfactory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/part/kxmleditorfactory.cpp b/part/kxmleditorfactory.cpp
index 5f57ea8..0db9455 100644
--- a/part/kxmleditorfactory.cpp
+++ b/part/kxmleditorfactory.cpp
@@ -15,6 +15,8 @@
* *
***************************************************************************/
+#include "config.h"
+
#include "kxmleditorfactory.h"
#include "kxmleditorpart.h"
#include "kxmleditorabout.h"
@@ -26,7 +28,7 @@
extern "C"
{
- void * init_libkxmleditorpart()
+ KDE_EXPORT void * init_libkxmleditorpart()
{
return new KXMLEditorFactory;
}