diff --git a/plasma/applets/calendar/calendar.h b/plasma/applets/calendar/calendar.h index 27688651..513da8c8 100644 --- a/plasma/applets/calendar/calendar.h +++ b/plasma/applets/calendar/calendar.h @@ -47,9 +47,9 @@ private slots: private: void paintIcon(); - CalendarWidget *m_calendarwidget; - Plasma::Svg *m_svg; - QTimer *m_timer; + CalendarWidget* m_calendarwidget; + Plasma::Svg* m_svg; + QTimer* m_timer; int m_day; KCModuleProxy* m_kcmclockproxy; };