diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:48:33 +0900 |
commit | cdd8febb68a55d7651ba5f18cb54bbd2e96e448a (patch) | |
tree | 79c8f33c33acda097108b022db1e591b234af968 /mpeglib/lib/output | |
parent | 249738f07cec0169142f5cbdf79d222ddbcf3a4b (diff) | |
download | tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.tar.gz tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mpeglib/lib/output')
-rw-r--r-- | mpeglib/lib/output/outPlugin.h | 2 | ||||
-rw-r--r-- | mpeglib/lib/output/outputStream.h | 2 | ||||
-rw-r--r-- | mpeglib/lib/output/pluginInfo.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mpeglib/lib/output/outPlugin.h b/mpeglib/lib/output/outPlugin.h index b70620a6..72b49edf 100644 --- a/mpeglib/lib/output/outPlugin.h +++ b/mpeglib/lib/output/outPlugin.h @@ -27,7 +27,7 @@ #define _OUTPUT_THREADSAFE 1 -class KDE_EXPORT OutPlugin { +class TDE_EXPORT OutPlugin { public: OutPlugin(); diff --git a/mpeglib/lib/output/outputStream.h b/mpeglib/lib/output/outputStream.h index 9ef538fd..b2d1a2fb 100644 --- a/mpeglib/lib/output/outputStream.h +++ b/mpeglib/lib/output/outputStream.h @@ -76,7 +76,7 @@ -class KDE_EXPORT OutputStream { +class TDE_EXPORT OutputStream { int audioState; int videoState; diff --git a/mpeglib/lib/output/pluginInfo.h b/mpeglib/lib/output/pluginInfo.h index 7026fce9..1d9e5409 100644 --- a/mpeglib/lib/output/pluginInfo.h +++ b/mpeglib/lib/output/pluginInfo.h @@ -26,7 +26,7 @@ */ -class KDE_EXPORT PluginInfo { +class TDE_EXPORT PluginInfo { int sec; DynBuffer* musicName; |