summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/smooth-blend/client/config/smoothblendconfig.cpp')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
index 83f0afcf..f3c5c545 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
@@ -172,10 +172,12 @@ void smoothblendConfig::defaults() {
// Plugin Stuff //
//////////////////////////////////////////////////////////////////////////////
-extern "C" {
- TQObject* allocate_config(TDEConfig* config, TQWidget* parent) {
- return (new smoothblendConfig(config, parent));
- }
+extern "C"
+{
+ KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent)
+ {
+ return (new smoothblendConfig(config, parent));
+ }
}
#include "smoothblendconfig.moc"