aboutsummaryrefslogtreecommitdiff
path: root/src/common/qdbusobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/qdbusobject.h')
-rw-r--r--src/common/qdbusobject.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/qdbusobject.h b/src/common/qdbusobject.h
index a3cef38..ef2b42f 100644
--- a/src/common/qdbusobject.h
+++ b/src/common/qdbusobject.h
@@ -20,9 +20,11 @@
#ifndef QDBUSOBJECT_H
#define QDBUSOBJECT_H
-#include <QObject>
-
+extern "C" {
#include <gio/gio.h>
+}
+
+#include <QString>
#include "dbus-enums.h"