diff options
Diffstat (limited to 'kcontrol/clock/tzone.h')
-rw-r--r-- | kcontrol/clock/tzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/clock/tzone.h b/kcontrol/clock/tzone.h index 8508c9ee0..5887628e9 100644 --- a/kcontrol/clock/tzone.h +++ b/kcontrol/clock/tzone.h @@ -43,7 +43,7 @@ signals: void zoneChanged(bool); protected slots: - void handleZoneChange() {emit zoneChanged( TRUE );} + void handleZoneChange() {emit zoneChanged( true );} private: void currentZone(); |