summaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/statusbarwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/statusbarwidget.h')
-rw-r--r--HomeScreen/src/statusbarwidget.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/HomeScreen/src/statusbarwidget.h b/HomeScreen/src/statusbarwidget.h
index e17f13e..29c236d 100644
--- a/HomeScreen/src/statusbarwidget.h
+++ b/HomeScreen/src/statusbarwidget.h
@@ -18,9 +18,6 @@
#define STATUSBARWIDGET_H
#include <QWidget>
-#include "../interfaces/daynightmode.h"
-#include "daynightmode_proxy.h"
-
#include "statusbar_adapter.h"
namespace Ui {
@@ -34,10 +31,8 @@ class StatusBarWidget : public QWidget
public:
explicit StatusBarWidget(QWidget *parent = 0);
~StatusBarWidget();
-
-// day/night mode
-public Q_SLOTS:
- void dayNightModeSlot(int mode);
+public slots:
+ void updateColorScheme();
// from statusbar_adapter.h
public Q_SLOTS: // METHODS
@@ -50,8 +45,6 @@ public Q_SLOTS: // METHODS
private:
Ui::StatusBarWidget *mp_ui;
- SystemDayNight::eDayNightMode m_dayNightMode;
- org::agl::daynightmode *mp_dayNightModeProxy;
StatusbarAdaptor *mp_statusbarAdaptor;
QMap<int, QString> *mp_statusbarIconURIs;