aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins/clock/LClock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/panel-plugins/clock/LClock.h')
-rw-r--r--lumina-desktop/panel-plugins/clock/LClock.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lumina-desktop/panel-plugins/clock/LClock.h b/lumina-desktop/panel-plugins/clock/LClock.h
index 8f7e38eb..1e4c8294 100644
--- a/lumina-desktop/panel-plugins/clock/LClock.h
+++ b/lumina-desktop/panel-plugins/clock/LClock.h
@@ -24,14 +24,15 @@ public:
private:
QTimer *timer;
- QLabel *label;
+ QLabel *labelWidget;
QString timefmt, datefmt;
bool deftime, defdate;
-
+
private slots:
void updateTime();
void updateFormats();
-
+
+
};
#endif
bgstack15