summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc16
1 files changed, 9 insertions, 7 deletions
diff --git a/main.cc b/main.cc
index 207f3ff..0b586de 100644
--- a/main.cc
+++ b/main.cc
@@ -1,15 +1,17 @@
#include <iostream>
+
#include <QtCore/QCoreApplication>
#include <QtCore/QSettings>
#include <QtCore/QStringList>
-#include "sapmanager.h"
-#include "sapbtlistener.h"
-#include "capabilityagent.h"
-#include "hostmanageragent.h"
-#include "webproxyagent.h"
-#include "notificationagent.h"
-#include "musicagent.h"
+#include <sap/sapmanager.h>
+#include <sap/sapbtlistener.h>
+#include <sap/capabilityagent.h>
+
+#include "agents/hostmanageragent.h"
+#include "agents/webproxyagent.h"
+#include "agents/notificationagent.h"
+#include "agents/musicagent.h"
using std::cerr;
using std::endl;