summaryrefslogtreecommitdiffstats
path: root/twin/clients/keramik/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/keramik/config/config.cpp')
-rw-r--r--twin/clients/keramik/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/keramik/config/config.cpp b/twin/clients/keramik/config/config.cpp
index 98a46e308..408c5a38a 100644
--- a/twin/clients/keramik/config/config.cpp
+++ b/twin/clients/keramik/config/config.cpp
@@ -33,7 +33,7 @@
extern "C"
{
- KDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
+ TDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
{
return ( new KeramikConfig( conf, parent ) );
}