--- infoscreen/MainView.h 2010/06/24 07:52:59 881 +++ infoscreen/MainView.h 2010/06/24 08:59:43 883 @@ -14,6 +14,7 @@ class PictureView; class QSvgWidget; class ScreenManager; +class ClockOverlay; class QSettings; enum Mode { @@ -74,6 +75,8 @@ QString screenid; QString xmlUrl; QString path; + + ClockOverlay* clockOverlay; }; #endif //MAINVIEW_H