summaryrefslogtreecommitdiffstats
path: root/tdestyles
diff options
context:
space:
mode:
Diffstat (limited to 'tdestyles')
-rw-r--r--tdestyles/highcontrast/config/highcontrastconfig.cpp2
-rw-r--r--tdestyles/plastik/config/plastikconf.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdestyles/highcontrast/config/highcontrastconfig.cpp b/tdestyles/highcontrast/config/highcontrastconfig.cpp
index a570a6eab..ce43f45bd 100644
--- a/tdestyles/highcontrast/config/highcontrastconfig.cpp
+++ b/tdestyles/highcontrast/config/highcontrastconfig.cpp
@@ -33,7 +33,7 @@ DEALINGS IN THE SOFTWARE.
#include "highcontrastconfig.h"
-extern "C" KDE_EXPORT TQWidget*
+extern "C" TDE_EXPORT TQWidget*
allocate_tdestyle_config(TQWidget* parent)
{
return new HighContrastStyleConfig(parent);
diff --git a/tdestyles/plastik/config/plastikconf.cpp b/tdestyles/plastik/config/plastikconf.cpp
index 35dd2a1b2..5da07beb1 100644
--- a/tdestyles/plastik/config/plastikconf.cpp
+++ b/tdestyles/plastik/config/plastikconf.cpp
@@ -39,7 +39,7 @@ DEALINGS IN THE SOFTWARE.
extern "C"
{
- KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
+ TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
{
TDEGlobal::locale()->insertCatalogue("tdestyle_plastik_config");
return new PlastikStyleConfig(parent);