summaryrefslogtreecommitdiffstats
path: root/src/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.cpp')
-rw-r--r--src/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.cpp b/src/config/config.cpp
index 7372eb7..77359c1 100644
--- a/src/config/config.cpp
+++ b/src/config/config.cpp
@@ -274,7 +274,7 @@ void SUSE2Config::selectImage()
extern "C"
{
- KDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) {
+ TDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) {
return (new SUSE2Config(config, parent));
}
}