logsui/logsapp/inc/logsservicehandlerold.h
changeset 16 c5af8598d22c
parent 14 f27aebe284bb
equal deleted inserted replaced
14:f27aebe284bb 16:c5af8598d22c
    16 */
    16 */
    17 #ifndef LOGSSERVICEHANDLEROLD_H
    17 #ifndef LOGSSERVICEHANDLEROLD_H
    18 #define LOGSSERVICEHANDLEROLD_H
    18 #define LOGSSERVICEHANDLEROLD_H
    19 
    19 
    20 #include <xqserviceprovider.h>
    20 #include <xqserviceprovider.h>
    21 #include <logsservices.h>
    21 #include <xqaiwdecl.h>
    22 
    22 
    23 class LogsServiceHandlerOld : public XQServiceProvider
    23 class LogsServiceHandlerOld : public XQServiceProvider
    24     {
    24     {
    25         Q_OBJECT
    25         Q_OBJECT
    26     public:
    26     public:
    31         int start(int activatedView, bool showDialpad);
    31         int start(int activatedView, bool showDialpad);
    32         int startWithNum(int activatedView, bool showDialpad, QString dialpadText);
    32         int startWithNum(int activatedView, bool showDialpad, QString dialpadText);
    33         
    33         
    34     signals:
    34     signals:
    35     
    35     
    36         void activateView(LogsServices::LogsView activatedView, bool showDialpad, QString dialpadText);
    36         void activateView(XQService::LogsViewIndex activatedView, bool showDialpad, QString dialpadText);
    37         void activateView(QString dialpadText);
    37         void activateView(QString dialpadText);
    38     
    38     
    39     public:
    39     public:
    40         
    40         
    41         bool isStartedUsingService() const;
    41         bool isStartedUsingService() const;