diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:48:00 +0900 |
commit | 026828840f8255b5c4fde83ea95209f6f1f5ef8f (patch) | |
tree | 0913e862abec5c9720808f6ec76d7f1069599355 /tdeioslave/system | |
parent | 91c12dbe3672aee1bddac6c85fa9e1f9d6dab894 (diff) | |
download | tdebase-026828840f8255b5c4fde83ea95209f6f1f5ef8f.tar.gz tdebase-026828840f8255b5c4fde83ea95209f6f1f5ef8f.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/system')
-rw-r--r-- | tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp | 2 | ||||
-rw-r--r-- | tdeioslave/system/tdeio_system.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp b/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp index ec95c0e32..7b12ffb7f 100644 --- a/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp +++ b/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp @@ -28,7 +28,7 @@ SystemDirNotifyModule::SystemDirNotifyModule(const TQCString &obj) } extern "C" { - KDE_EXPORT KDEDModule *create_systemdirnotify(const TQCString &obj) + TDE_EXPORT KDEDModule *create_systemdirnotify(const TQCString &obj) { TDEGlobal::locale()->insertCatalogue("tdeio_system"); return new SystemDirNotifyModule(obj); diff --git a/tdeioslave/system/tdeio_system.cpp b/tdeioslave/system/tdeio_system.cpp index 54dd0da6d..76bfc7f82 100644 --- a/tdeioslave/system/tdeio_system.cpp +++ b/tdeioslave/system/tdeio_system.cpp @@ -39,7 +39,7 @@ static const TDECmdLineOptions options[] = }; extern "C" { - KDE_EXPORT int kdemain( int argc, char **argv ) + TDE_EXPORT int kdemain( int argc, char **argv ) { // TDEApplication is necessary to use other ioslaves putenv(strdup("SESSION_MANAGER=")); |