diff options
Diffstat (limited to 'kicker/applets/clock/clock.h')
-rw-r--r-- | kicker/applets/clock/clock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/clock/clock.h b/kicker/applets/clock/clock.h index 753598e18..144fb50c6 100644 --- a/kicker/applets/clock/clock.h +++ b/kicker/applets/clock/clock.h @@ -326,8 +326,8 @@ class ClockApplet : public KPanelApplet, public KickerTip::Client, public DCOPOb TQLabel *_dayOfWeek; TQDate _lastDate; TQTimer *_timer; - TQTimer *m_tqlayoutTimer; - int m_tqlayoutDelay; + TQTimer *m_layoutTimer; + int m_layoutDelay; bool m_followBackgroundSetting; bool m_dateFollowBackgroundSetting; int TZoffset; |