summaryrefslogtreecommitdiffstats
path: root/lib/kross
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:39:33 +0900
commit9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e (patch)
treed958ac4c06c10c7444e2af3907cd0928152e02c8 /lib/kross
parentfa332d64d06a61d0b064c34757a78170bc69e6bd (diff)
downloadkoffice-9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e.tar.gz
koffice-9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0)
Diffstat (limited to 'lib/kross')
-rw-r--r--lib/kross/main/manager.h2
-rw-r--r--lib/kross/main/scriptguiclient.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kross/main/manager.h b/lib/kross/main/manager.h
index 5e7c43f45..ec4aa795b 100644
--- a/lib/kross/main/manager.h
+++ b/lib/kross/main/manager.h
@@ -51,7 +51,7 @@ namespace Kross { namespace Api {
* interpreter like python. While \a Script spends a more
* flexible container.
*/
- class KDE_EXPORT Manager : public MainModule
+ class TDE_EXPORT Manager : public MainModule
{
protected:
diff --git a/lib/kross/main/scriptguiclient.h b/lib/kross/main/scriptguiclient.h
index 28bb62c0b..8dd1cc713 100644
--- a/lib/kross/main/scriptguiclient.h
+++ b/lib/kross/main/scriptguiclient.h
@@ -40,7 +40,7 @@ namespace Kross { namespace Api {
* The ScriptGUIClient class provides abstract access to
* scripting code used to extend an applications functionality.
*/
- class KDE_EXPORT ScriptGUIClient
+ class TDE_EXPORT ScriptGUIClient
: public TQObject
, public KXMLGUIClient
{