X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fdaemon%2Fcalllistener.h;h=346b6f51972ac87fc77299a4213b50f4facaa2aa;hb=24735dfd4819d95fdbd551c0ac571006a713f0f5;hp=a2f5e88899f7a4eebfd42fd9b42d55da6ee4fc7c;hpb=3b351b70de898f507f94a3d1b5a6654cfbd32bea;p=jenirok diff --git a/src/daemon/calllistener.h b/src/daemon/calllistener.h index a2f5e88..346b6f5 100644 --- a/src/daemon/calllistener.h +++ b/src/daemon/calllistener.h @@ -27,6 +27,7 @@ #include "informationbox.h" #include "eniro.h" #include "contactmanager.h" +#include "connectionmanager.h" class CallListener: public QObject { @@ -58,6 +59,8 @@ private: QString timedMessage_; Eniro* eniro_; ContactManager* contactManager_; + ConnectionManager* connectionManager_; + bool closeConnection_; InformationBox* box_; QLabel* label_; static QDBusConnection systemBus_;