summaryrefslogtreecommitdiff
path: root/src/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.h')
-rw-r--r--src/controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controller.h b/src/controller.h
index d7f2349..3570ff4 100644
--- a/src/controller.h
+++ b/src/controller.h
@@ -6,8 +6,8 @@
#include <MDConfGroup>
#include "metawatch.h"
-#include "widgetview.h"
#include "reconnecttimer.h"
+#include "widgetinfomodel.h"
class Controller : public QObject
{
@@ -43,7 +43,7 @@ private:
MetaWatch *_metawatch;
ReconnectTimer *_reconnect;
- WidgetView *_view;
+ WidgetInfoModel *_widgets;
// Watch status
int _batteryCharge;