diff options
Diffstat (limited to 'Widgets/Object.h')
-rw-r--r-- | Widgets/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Widgets/Object.h b/Widgets/Object.h index 4bf672d8ae..8bf27c8d19 100644 --- a/Widgets/Object.h +++ b/Widgets/Object.h @@ -25,7 +25,7 @@ public: bool hasTimer() const { return m_timerID; } private: - virtual void onTimer(TimerEvent&); + virtual void timerEvent(TimerEvent&); void addChild(Object&); void removeChild(Object&); |