summaryrefslogtreecommitdiffstats
path: root/tdemid
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:33 +0900
committerMichele Calgaro <[email protected]>2024-05-06 11:01:12 +0900
commit079c37d101ef339b975361f9ab86053f609f8e3e (patch)
tree29e6fdbfc08a85a76054c5f5c0362bd81ceee600 /tdemid
parentfe5957a3c2bfde3d06408f20b0d75fb56e114df3 (diff)
downloadtdemultimedia-079c37d101ef339b975361f9ab86053f609f8e3e.tar.gz
tdemultimedia-079c37d101ef339b975361f9ab86053f609f8e3e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cdd8febb68a55d7651ba5f18cb54bbd2e96e448a)
Diffstat (limited to 'tdemid')
-rw-r--r--tdemid/tdemid_part.h2
-rw-r--r--tdemid/tdemidframe.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdemid/tdemid_part.h b/tdemid/tdemid_part.h
index 7217a7b7..03c053ef 100644
--- a/tdemid/tdemid_part.h
+++ b/tdemid/tdemid_part.h
@@ -9,7 +9,7 @@ class TDEInstance;
class KMidBrowserExtension;
class tdemidClient;
-class KDE_EXPORT KMidFactory : public KParts::Factory
+class TDE_EXPORT KMidFactory : public KParts::Factory
{
TQ_OBJECT
diff --git a/tdemid/tdemidframe.h b/tdemid/tdemidframe.h
index 864be3de..247e6745 100644
--- a/tdemid/tdemidframe.h
+++ b/tdemid/tdemidframe.h
@@ -39,7 +39,7 @@ class TDEToolBar;
class TQDragEvent;
class TDEAccel;
-class KDE_EXPORT tdemidFrame : public TDEMainWindow
+class TDE_EXPORT tdemidFrame : public TDEMainWindow
{
TQ_OBJECT