summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasklist.cxx2
-rw-r--r--user.cxx2
-rw-r--r--worker.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/tasklist.cxx b/tasklist.cxx
index f864eeb..c4194d8 100644
--- a/tasklist.cxx
+++ b/tasklist.cxx
@@ -1,4 +1,4 @@
-#include "rtclient.h"
+#include <rtclient.h>
#include "tasklist.hxx"
int TaskList::rowCount(QModelIndex const& parent) const
diff --git a/user.cxx b/user.cxx
index 40c1818..077f68b 100644
--- a/user.cxx
+++ b/user.cxx
@@ -1,4 +1,4 @@
-#include "rtclient.h"
+#include <rtclient.h>
#include "user.hxx"
void User::setId(QString const& id)
diff --git a/worker.cxx b/worker.cxx
index eef27ac..bb7635d 100644
--- a/worker.cxx
+++ b/worker.cxx
@@ -1,4 +1,4 @@
-#include "rtclient.h"
+#include <rtclient.h>
#include "worker.hxx"
Worker::Worker()