diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:49:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:49:05 +0900 |
commit | 2192355d1511c56c255a2d39f701c25f3ef0fdcf (patch) | |
tree | dc0e7e087c33e969e34642ad4ae53bc49f297b10 /klaptopdaemon/portable.h | |
parent | 8d85c209631d50f8baa16d08baafabb7432f825a (diff) | |
download | tdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.tar.gz tdeutils-2192355d1511c56c255a2d39f701c25f3ef0fdcf.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'klaptopdaemon/portable.h')
-rw-r--r-- | klaptopdaemon/portable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/portable.h b/klaptopdaemon/portable.h index 42d8c16..c7ca415 100644 --- a/klaptopdaemon/portable.h +++ b/klaptopdaemon/portable.h @@ -34,7 +34,7 @@ struct power_result { // ATTENTION: if you change something in here, please update ALL of the // ported sections in the implementation file! -class KDE_EXPORT laptop_portable { +class TDE_EXPORT laptop_portable { public: static void power_management_restart(); // reset internal state static int has_power_management(); // returns 1 if this computer has power management |