summaryrefslogtreecommitdiffstats
path: root/kontact_plugin/uniqueapphandler.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:16:28 +0900
committerMichele Calgaro <[email protected]>2024-05-07 12:23:46 +0900
commit39bbf0d3fc97d9c51e23923a5ff04672d465f2c3 (patch)
tree1c96033def5ad269b46d6a4876ce1e3a34dd44f8 /kontact_plugin/uniqueapphandler.h
parent5dd5a1c1b6dcf76b99fe4278d00022a9101c746d (diff)
downloadbasket-39bbf0d3fc97d9c51e23923a5ff04672d465f2c3.tar.gz
basket-39bbf0d3fc97d9c51e23923a5ff04672d465f2c3.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kontact_plugin/uniqueapphandler.h')
-rw-r--r--kontact_plugin/uniqueapphandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact_plugin/uniqueapphandler.h b/kontact_plugin/uniqueapphandler.h
index 2cce337..9b3b93e 100644
--- a/kontact_plugin/uniqueapphandler.h
+++ b/kontact_plugin/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
@@ -86,7 +86,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