summaryrefslogtreecommitdiffstats
path: root/ksim/library/pluginloader.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:49:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:49:05 +0900
commit2192355d1511c56c255a2d39f701c25f3ef0fdcf (patch)
treedc0e7e087c33e969e34642ad4ae53bc49f297b10 /ksim/library/pluginloader.h
parent8d85c209631d50f8baa16d08baafabb7432f825a (diff)
downloadtdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.tar.gz
tdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/library/pluginloader.h')
-rw-r--r--ksim/library/pluginloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/pluginloader.h b/ksim/library/pluginloader.h
index 477828e..7f3b3f8 100644
--- a/ksim/library/pluginloader.h
+++ b/ksim/library/pluginloader.h
@@ -27,7 +27,7 @@
namespace KSim
{
- class KDE_EXPORT PluginInfo
+ class TDE_EXPORT PluginInfo
{
friend class PluginLoader;
public:
@@ -61,7 +61,7 @@ namespace KSim
* Provides a loader for the plugins
* @author Robbie Ward <linuxphreak@gmx.co.uk>
*/
- class KDE_EXPORT PluginLoader : public TQObject
+ class TDE_EXPORT PluginLoader : public TQObject
{
TQ_OBJECT