diff options
Diffstat (limited to 'kcontrol/clock/tzone.h')
-rw-r--r-- | kcontrol/clock/tzone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/clock/tzone.h b/kcontrol/clock/tzone.h index 1ecfc225e..5887628e9 100644 --- a/kcontrol/clock/tzone.h +++ b/kcontrol/clock/tzone.h @@ -31,7 +31,7 @@ class TQLabel; class Tzone : public TQVGroupBox { - Q_OBJECT + TQ_OBJECT public: Tzone( TQWidget *parent=0, const char* name=0 ); @@ -43,7 +43,7 @@ signals: void zoneChanged(bool); protected slots: - void handleZoneChange() {emit zoneChanged( TRUE );} + void handleZoneChange() {emit zoneChanged( true );} private: void currentZone(); |