also use refcounting for eTimers
[enigma2.git] / lib / gui / ewidgetdesktop.h
index 91b7ea0847aa0009182fb9e8ded5ef3980aab916..4ea5b57a2b9d0ebdf6e8b1c9bdc74847dcf3d731 100644 (file)
@@ -79,7 +79,7 @@ private:
        void paintBackground(eWidgetDesktopCompBuffer *comp);
        
        eMainloop *m_mainloop;
        void paintBackground(eWidgetDesktopCompBuffer *comp);
        
        eMainloop *m_mainloop;
-       eTimer *m_timer;
+       ePtr<eTimer> m_timer;
        
        int m_comp_mode;
        int m_require_redraw;
        
        int m_comp_mode;
        int m_require_redraw;