diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:49:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 17:42:00 +0900 |
| commit | 713876207189dee076b1dbb0296c124ccac38b76 (patch) | |
| tree | fcafe3aa3c66eaf012892cee0a9692f6ec690709 /ksim/library/pluginglobal.h | |
| parent | 0600279d2db836586db19924e74abaf3a81b0480 (diff) | |
| download | tdeutils-71387620.tar.gz tdeutils-71387620.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2192355d1511c56c255a2d39f701c25f3ef0fdcf)
Diffstat (limited to 'ksim/library/pluginglobal.h')
| -rw-r--r-- | ksim/library/pluginglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/pluginglobal.h b/ksim/library/pluginglobal.h index e094198..7258ce5 100644 --- a/ksim/library/pluginglobal.h +++ b/ksim/library/pluginglobal.h @@ -38,7 +38,7 @@ namespace KSim * A class that holds various information about a plugin * @author Robbie Ward <linuxphreak@gmx.co.uk> */ - class KDE_EXPORT Plugin + class TDE_EXPORT Plugin { public: /** @@ -135,7 +135,7 @@ namespace KSim * use pluginList() from KSim::PluginLoader instead * @author Robbie Ward <linuxphreak@gmx.co.uk> */ - class KDE_EXPORT PluginList : public TQValueList<Plugin> + class TDE_EXPORT PluginList : public TQValueList<Plugin> { public: /** |
