summaryrefslogtreecommitdiff
path: root/app/pebble.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/pebble.cpp')
-rw-r--r--app/pebble.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/pebble.cpp b/app/pebble.cpp
index 623621d..b2f4d09 100644
--- a/app/pebble.cpp
+++ b/app/pebble.cpp
@@ -32,12 +32,12 @@
#include <QtQuick>
#include <sailfishapp.h>
-#include "daemonproxy.h"
+#include "pebbledinterface.h"
int main(int argc, char *argv[])
{
// Register Pebble daemon interface object on QML side
- qmlRegisterType<org::pebbled>("org.pebbled", 0, 1, "PebbledInterface");
+ qmlRegisterType<PebbledInterface>("org.pebbled", 0, 1, "PebbledInterface");
return SailfishApp::main(argc, argv);
}