summaryrefslogtreecommitdiff
path: root/rockworkd/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rockworkd/core.cpp')
-rw-r--r--rockworkd/core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rockworkd/core.cpp b/rockworkd/core.cpp
index 38a25c5..eb98dfd 100644
--- a/rockworkd/core.cpp
+++ b/rockworkd/core.cpp
@@ -3,7 +3,7 @@
#include "pebblemanager.h"
#include "dbusinterface.h"
-#include "platformintegration/ubuntu/ubuntuplatform.h"
+#include "platformintegration/sailfish/sailfishplatform.h"
#ifdef ENABLE_TESTING
#include "platformintegration/testing/testingplatform.h"
#endif
@@ -41,7 +41,7 @@ void Core::init()
#ifdef ENABLE_TESTING
m_platform = new TestingPlatform(this);
#else
- m_platform = new UbuntuPlatform(this);
+ m_platform = new SailfishPlatform(this);
#endif
m_pebbleManager = new PebbleManager(this);