summaryrefslogtreecommitdiffstats
path: root/knetworkconf
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 20:35:47 +0900
commit866c88c29707c2490a2445712960ea068e84b30c (patch)
tree7791da63cdea898c9778f2b072597ba12de5afc7 /knetworkconf
parent3ff65c2fe469db96c00144a6b0417f3314a7102a (diff)
downloadtdeadmin-866c88c29707c2490a2445712960ea068e84b30c.tar.gz
tdeadmin-866c88c29707c2490a2445712960ea068e84b30c.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d53ed4c83853b335e970b571d0e98b8e6a21c3ce)
Diffstat (limited to 'knetworkconf')
-rw-r--r--knetworkconf/knetworkconf/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/knetworkconf/main.cpp b/knetworkconf/knetworkconf/main.cpp
index 8411d76..ec5c4f4 100644
--- a/knetworkconf/knetworkconf/main.cpp
+++ b/knetworkconf/knetworkconf/main.cpp
@@ -40,7 +40,7 @@ K_EXPORT_COMPONENT_FACTORY( knetworkconfmodule, KDEDFactory( "kcm_knetworkconfmo
extern "C"
{
- KDE_EXPORT TDECModule *create_knetworkconfmodule(TQWidget *parent, const char *name)
+ TDE_EXPORT TDECModule *create_knetworkconfmodule(TQWidget *parent, const char *name)
{
TDEGlobal::locale()->insertCatalogue("knetworkconf");
return new KNetworkConfModule(parent, name);