summaryrefslogtreecommitdiffstats
path: root/lanbrowsing/kcmlisa/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:40 +0900
committerMichele Calgaro <[email protected]>2024-05-06 17:21:06 +0900
commiteb63c76f64f64c5085a242690994c73427dc51aa (patch)
tree444f7fa3891f9d6bbfe1da6c77381fb02ac06565 /lanbrowsing/kcmlisa/main.cpp
parentf51cf370f3ecdb07e20e04e45dfb7958219abbe7 (diff)
downloadtdenetwork-eb63c76f64f64c5085a242690994c73427dc51aa.tar.gz
tdenetwork-eb63c76f64f64c5085a242690994c73427dc51aa.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3e0f7a409460b4a40872efd34398ea4ebcf64c47)
Diffstat (limited to 'lanbrowsing/kcmlisa/main.cpp')
-rw-r--r--lanbrowsing/kcmlisa/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lanbrowsing/kcmlisa/main.cpp b/lanbrowsing/kcmlisa/main.cpp
index 7252785f..69152510 100644
--- a/lanbrowsing/kcmlisa/main.cpp
+++ b/lanbrowsing/kcmlisa/main.cpp
@@ -33,15 +33,15 @@
extern "C"
{
- KDE_EXPORT TDECModule *create_lisa(TQWidget *parent, const char *)
+ TDE_EXPORT TDECModule *create_lisa(TQWidget *parent, const char *)
{
return new LisaSettings("/etc/lisarc", parent);
}
- KDE_EXPORT TDECModule *create_reslisa(TQWidget *parent, const char *)
+ TDE_EXPORT TDECModule *create_reslisa(TQWidget *parent, const char *)
{
return new ResLisaSettings(TQDir::homeDirPath()+"/.reslisarc", parent);
}
- KDE_EXPORT TDECModule *create_tdeiolan(TQWidget *parent, const char *)
+ TDE_EXPORT TDECModule *create_tdeiolan(TQWidget *parent, const char *)
{
return new IOSlaveSettings("tdeio_lanrc", parent);
}