summaryrefslogtreecommitdiffstats
path: root/src/twin/config/config.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:21:45 +0900
committerMichele Calgaro <[email protected]>2024-05-03 12:21:45 +0900
commit761017d5e29add7476b4c3036a0e3d2167ae37c6 (patch)
tree21fbd79abaa51107ef92846914f2f7d8c3515ff5 /src/twin/config/config.cpp
parent9e5afc6b4d306e5716f95632744614d7855fa368 (diff)
downloadtde-style-ia-ora-761017d5e29add7476b4c3036a0e3d2167ae37c6.tar.gz
tde-style-ia-ora-761017d5e29add7476b4c3036a0e3d2167ae37c6.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/twin/config/config.cpp')
-rw-r--r--src/twin/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/twin/config/config.cpp b/src/twin/config/config.cpp
index faccffa..f33d315 100644
--- a/src/twin/config/config.cpp
+++ b/src/twin/config/config.cpp
@@ -95,7 +95,7 @@ void IaOraConfig::defaults()
extern "C"
{
- KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) {
+ TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) {
return (new IaOraConfig(config, parent));
}
}