summaryrefslogtreecommitdiffstats
path: root/telephony/telephony.h
diff options
context:
space:
mode:
Diffstat (limited to 'telephony/telephony.h')
-rw-r--r--telephony/telephony.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/telephony/telephony.h b/telephony/telephony.h
index 04f55a7..097310f 100644
--- a/telephony/telephony.h
+++ b/telephony/telephony.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Konsulko Group
+ * Copyright (C) 2017-2020 Konsulko Group
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,10 +17,12 @@
#ifndef TELEPHONY_H
#define TELEPHONY_H
-#include <QDebug>
#include <QObject>
-#include "messageengine.h"
+class MessageEngine;
+class Message;
+
+enum class MessageType;
class Telephony : public QObject
{