diff options
Diffstat (limited to 'src/hardware.h')
-rw-r--r-- | src/hardware.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware.h b/src/hardware.h index c7bc3eb..18207b9 100644 --- a/src/hardware.h +++ b/src/hardware.h @@ -333,10 +333,10 @@ private slots: //! check if brightness change is possible void checkBrightness(); - //! TQT_SLOT to forward signal about changed battery warning state + //! TQ_SLOT to forward signal about changed battery warning state void emitBatteryWARNState (int type, int state); - //! TQT_SLOT to handle resume and forward a signal for resume + //! TQ_SLOT to handle resume and forward a signal for resume void handleResumeSignal (int result); //! to emit signal for power button |