summaryrefslogtreecommitdiff
path: root/Widgets/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Widgets/Object.h')
-rw-r--r--Widgets/Object.h2
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&);