diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 16:02:34 +0900 |
commit | 7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e (patch) | |
tree | f63d015ae98a52b2020591c440eeceae38698c4c /kontact/interfaces | |
parent | 62c95d25331f3e2d652e2ae995ff51f7cb1f2bcf (diff) | |
download | tdepim-7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e.tar.gz tdepim-7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d6705bac5da767ff271b66c0f01ff6ed6352515e)
Diffstat (limited to 'kontact/interfaces')
-rw-r--r-- | kontact/interfaces/core.h | 2 | ||||
-rw-r--r-- | kontact/interfaces/plugin.h | 2 | ||||
-rw-r--r-- | kontact/interfaces/summary.h | 2 | ||||
-rw-r--r-- | kontact/interfaces/uniqueapphandler.h | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h index 7317febc1..a075c2431 100644 --- a/kontact/interfaces/core.h +++ b/kontact/interfaces/core.h @@ -38,7 +38,7 @@ class Plugin; /** This class provides the interface to the Kontact core for the plugins. */ -class KDE_EXPORT Core : public KParts::MainWindow +class TDE_EXPORT Core : public KParts::MainWindow { TQ_OBJECT diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h index af7cbfa71..c08957411 100644 --- a/kontact/interfaces/plugin.h +++ b/kontact/interfaces/plugin.h @@ -55,7 +55,7 @@ class Summary; to get a plugin. It can insert an icon into the sidepane, add widgets to the widgetstack and add menu items via XMLGUI. */ -class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient +class TDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient { TQ_OBJECT diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h index 945395c80..303babb3d 100644 --- a/kontact/interfaces/summary.h +++ b/kontact/interfaces/summary.h @@ -33,7 +33,7 @@ namespace Kontact /** Summary widget for display in the Summary View plugin. */ -class KDE_EXPORT Summary : public TQWidget +class TDE_EXPORT Summary : public TQWidget { TQ_OBJECT diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h index bef34d470..d6a339634 100644 --- a/kontact/interfaces/uniqueapphandler.h +++ b/kontact/interfaces/uniqueapphandler.h @@ -36,7 +36,7 @@ namespace Kontact * By default this means simply bringing the main window to the front, * but newInstance can be reimplemented. */ -class KDE_EXPORT UniqueAppHandler : public DCOPObject +class TDE_EXPORT UniqueAppHandler : public DCOPObject { K_DCOP @@ -91,7 +91,7 @@ template <class T> class UniqueAppHandlerFactory : public UniqueAppHandlerFactor * Kontact takes over from there. * */ -class KDE_EXPORT UniqueAppWatcher : public TQObject +class TDE_EXPORT UniqueAppWatcher : public TQObject { TQ_OBJECT |