X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdaemon%2Fcalllistener.h;h=8d098c8e0cf5e8d233f4c1d56e9e5c75bf1687a6;hb=3cf99b9a19050f2fdde9ffd69af65a7d58576ca1;hp=a2f5e88899f7a4eebfd42fd9b42d55da6ee4fc7c;hpb=3b351b70de898f507f94a3d1b5a6654cfbd32bea;p=jenirok diff --git a/src/daemon/calllistener.h b/src/daemon/calllistener.h index a2f5e88..8d098c8 100644 --- a/src/daemon/calllistener.h +++ b/src/daemon/calllistener.h @@ -27,10 +27,10 @@ #include "informationbox.h" #include "eniro.h" #include "contactmanager.h" +#include "connectionmanager.h" class CallListener: public QObject { - Q_OBJECT public: @@ -39,7 +39,7 @@ public: void begin(); void end(); static const int REQUEST_TIMEOUT = 10000; - static const int BANNER_DELAY = 300; + static const int BANNER_DELAY = 400; static const int NUMBER_OF_RETRIES = 3; private slots: @@ -58,11 +58,13 @@ private: QString timedMessage_; Eniro* eniro_; ContactManager* contactManager_; + ConnectionManager* connectionManager_; + bool closeConnection_; InformationBox* box_; QLabel* label_; static QDBusConnection systemBus_; int retries_; - Eniro::SearchDetails currentSearch_; + QString currentSearch_; }; #endif // CALLLISTENER_H