summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/locale/main.cpp')
-rw-r--r--kcontrol/locale/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/locale/main.cpp b/kcontrol/locale/main.cpp
index 634c3bd45..8842b3852 100644
--- a/kcontrol/locale/main.cpp
+++ b/kcontrol/locale/main.cpp
@@ -22,7 +22,7 @@
#include "toplevel.h"
extern "C" {
- KDE_EXPORT void *init_kcm_locale() {
+ TDE_EXPORT void *init_kcm_locale() {
TDELocale::setMainCatalogue("kcmlocale");
return new TDELocaleFactory("kcmlocale");
}