summaryrefslogtreecommitdiffstats
path: root/kjsembed/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/global.h')
-rw-r--r--kjsembed/global.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kjsembed/global.h b/kjsembed/global.h
index 7ab55e96..e52e55db 100644
--- a/kjsembed/global.h
+++ b/kjsembed/global.h
@@ -1,4 +1,3 @@
-// -*- c++ -*-
/***************************************************************************
* Copyright (C) 2004 by Richard Moore *
* rich@kde.org *
@@ -35,8 +34,8 @@
# define KJSEMBED_EXPORT
# endif // KJSEMBED_DLL
#else
-# ifdef KDE_EXPORT
-# define KJSEMBED_EXPORT KDE_EXPORT
+# ifdef TDE_EXPORT
+# define KJSEMBED_EXPORT TDE_EXPORT
# else
# define KJSEMBED_EXPORT
# endif