summaryrefslogtreecommitdiffstats
path: root/tdespell2
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-01 21:32:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-02 21:11:19 +0900
commit62949e0a61c1340c38a696a7652fde623c36b0ae (patch)
tree9a6ef1b5a2cb7910f984368933eda680133fef95 /tdespell2
parentbef9baf7ee87538c596dd04c8d379b1814bb94e8 (diff)
downloadtdelibs-62949e0a61c1340c38a696a7652fde623c36b0ae.tar.gz
tdelibs-62949e0a61c1340c38a696a7652fde623c36b0ae.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bba3128085abe1a32cca43d9fb8ac02c2a29bf6b)
Diffstat (limited to 'tdespell2')
-rw-r--r--tdespell2/backgroundchecker.h2
-rw-r--r--tdespell2/broker.h2
-rw-r--r--tdespell2/client.h2
-rw-r--r--tdespell2/filter.h2
-rw-r--r--tdespell2/settings.h2
-rw-r--r--tdespell2/ui/configwidget.h2
-rw-r--r--tdespell2/ui/dialog.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/tdespell2/backgroundchecker.h b/tdespell2/backgroundchecker.h
index 6f9163b26..b80c338fb 100644
--- a/tdespell2/backgroundchecker.h
+++ b/tdespell2/backgroundchecker.h
@@ -46,7 +46,7 @@ namespace KSpell2
* @author Zack Rusin <zack@kde.org>
* @short class used for spell checking in the background
*/
- class KDE_EXPORT BackgroundChecker : public TQObject
+ class TDE_EXPORT BackgroundChecker : public TQObject
{
TQ_OBJECT
public:
diff --git a/tdespell2/broker.h b/tdespell2/broker.h
index 2ccc63635..3bd0ba46f 100644
--- a/tdespell2/broker.h
+++ b/tdespell2/broker.h
@@ -44,7 +44,7 @@ namespace KSpell2
* KSpell2 class, you can think of it as the kernel or manager
* of the KSpell2 architecture.
*/
- class KDE_EXPORT Broker : public TQObject,
+ class TDE_EXPORT Broker : public TQObject,
public TDEShared
{
TQ_OBJECT
diff --git a/tdespell2/client.h b/tdespell2/client.h
index c115b3847..ddf54af4b 100644
--- a/tdespell2/client.h
+++ b/tdespell2/client.h
@@ -37,7 +37,7 @@ namespace KSpell2
* I don't really feel like writting my own KLibFactory
* that would load anything else then TQObject derivatives.
*/
- class KDE_EXPORT Client : public TQObject
+ class TDE_EXPORT Client : public TQObject
{
TQ_OBJECT
public:
diff --git a/tdespell2/filter.h b/tdespell2/filter.h
index ded339841..b2ba00ae5 100644
--- a/tdespell2/filter.h
+++ b/tdespell2/filter.h
@@ -61,7 +61,7 @@ namespace KSpell2
* @author Zack Rusin <zack@kde.org>
* @short used to split text into words
*/
- class KDE_EXPORT Filter
+ class TDE_EXPORT Filter
{
public:
static Filter *defaultFilter();
diff --git a/tdespell2/settings.h b/tdespell2/settings.h
index 34590ecb8..1dc29a378 100644
--- a/tdespell2/settings.h
+++ b/tdespell2/settings.h
@@ -31,7 +31,7 @@ namespace KSpell2
{
class Broker;
- class KDE_EXPORT Settings
+ class TDE_EXPORT Settings
{
public:
~Settings();
diff --git a/tdespell2/ui/configwidget.h b/tdespell2/ui/configwidget.h
index 071e83272..fa06f10dc 100644
--- a/tdespell2/ui/configwidget.h
+++ b/tdespell2/ui/configwidget.h
@@ -27,7 +27,7 @@
namespace KSpell2
{
class Broker;
- class KDE_EXPORT ConfigWidget : public TQWidget
+ class TDE_EXPORT ConfigWidget : public TQWidget
{
TQ_OBJECT
public:
diff --git a/tdespell2/ui/dialog.h b/tdespell2/ui/dialog.h
index a531408bf..a3f20e4eb 100644
--- a/tdespell2/ui/dialog.h
+++ b/tdespell2/ui/dialog.h
@@ -27,7 +27,7 @@ namespace KSpell2
{
class Filter;
class BackgroundChecker;
- class KDE_EXPORT Dialog : public KDialogBase
+ class TDE_EXPORT Dialog : public KDialogBase
{
TQ_OBJECT
public: