diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-05 10:36:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-08 19:04:19 +0900 |
commit | c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c (patch) | |
tree | 45551de5dc2969e14f77a2fb40008f16eb393396 /src/hardware_battery.cpp | |
parent | f5832e4abf01ded35901fb49f2f5edd73b594cc8 (diff) | |
download | tdepowersave-c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c.tar.gz tdepowersave-c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9b171f8e1773c29be3ceab2c5ae8b760d78a1b54)
Diffstat (limited to 'src/hardware_battery.cpp')
-rw-r--r-- | src/hardware_battery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware_battery.cpp b/src/hardware_battery.cpp index 9d5c1a0..d68dfd4 100644 --- a/src/hardware_battery.cpp +++ b/src/hardware_battery.cpp @@ -73,7 +73,7 @@ Battery::Battery( TQString _udi ) { udi = _udi; - connect(m_hwdevices, TQT_SIGNAL(hardwareUpdated(TDEGenericDevice*)), this, TQT_SLOT(updateProperty(TDEGenericDevice*))); + connect(m_hwdevices, TQ_SIGNAL(hardwareUpdated(TDEGenericDevice*)), this, TQ_SLOT(updateProperty(TDEGenericDevice*))); initialized = false; |