diff options
Diffstat (limited to 'twin-styles/smooth-blend/client/config/smoothblendconfig.cpp')
-rw-r--r-- | twin-styles/smooth-blend/client/config/smoothblendconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp index 7f6a2d0d..159ef9cf 100644 --- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp +++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp @@ -174,7 +174,7 @@ void smoothblendConfig::defaults() { extern "C" { - KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) + TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { return (new smoothblendConfig(config, parent)); } |