summaryrefslogtreecommitdiffstats
path: root/kmail/configuredialog_p.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:46 +0900
committerMichele Calgaro <[email protected]>2024-05-06 11:17:04 +0900
commitd6705bac5da767ff271b66c0f01ff6ed6352515e (patch)
treea617f12381b078079df41f885e42af386439cea7 /kmail/configuredialog_p.h
parent8973dc76ab93ba7acb94478a37f480762a82f19d (diff)
downloadtdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.tar.gz
tdepim-d6705bac5da767ff271b66c0f01ff6ed6352515e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmail/configuredialog_p.h')
-rw-r--r--kmail/configuredialog_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/configuredialog_p.h b/kmail/configuredialog_p.h
index f8eecdeb5..e4083b851 100644
--- a/kmail/configuredialog_p.h
+++ b/kmail/configuredialog_p.h
@@ -266,7 +266,7 @@ private:
//
//
-class KDE_EXPORT IdentityPage : public ConfigModule {
+class TDE_EXPORT IdentityPage : public ConfigModule {
TQ_OBJECT
public:
@@ -400,7 +400,7 @@ private:
TQValueList< ModifiedAccountsType* > mModifiedAccounts;
};
-class KDE_EXPORT AccountsPage : public ConfigModuleWithTabs {
+class TDE_EXPORT AccountsPage : public ConfigModuleWithTabs {
TQ_OBJECT
public:
@@ -579,7 +579,7 @@ private: // data
TQButtonGroup *mSystemTrayGroup;
};
-class KDE_EXPORT AppearancePage : public ConfigModuleWithTabs {
+class TDE_EXPORT AppearancePage : public ConfigModuleWithTabs {
TQ_OBJECT
public:
@@ -808,7 +808,7 @@ private:
SimpleStringListEditor *mAttachWordsListEditor;
};
-class KDE_EXPORT ComposerPage : public ConfigModuleWithTabs {
+class TDE_EXPORT ComposerPage : public ConfigModuleWithTabs {
TQ_OBJECT
public:
@@ -959,7 +959,7 @@ private:
Kleo::BackendConfigWidget * mBackendConfig;
};
-class KDE_EXPORT SecurityPage : public ConfigModuleWithTabs {
+class TDE_EXPORT SecurityPage : public ConfigModuleWithTabs {
TQ_OBJECT
public:
@@ -1064,7 +1064,7 @@ private:
TQCheckBox* mAutomaticSending;
};
-class KDE_EXPORT MiscPage : public ConfigModuleWithTabs {
+class TDE_EXPORT MiscPage : public ConfigModuleWithTabs {
TQ_OBJECT
public: