phoneuis/ussdeditor/inc/ussdcomms.h
changeset 76 cfea66083b62
parent 27 2f8f8080a020
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    21 
    21 
    22 #include <QObject>
    22 #include <QObject>
    23 
    23 
    24 class CPhCltUssdInt;
    24 class CPhCltUssdInt;
    25 
    25 
    26 class CUssdComms: public QObject
    26 class UssdComms: public QObject
    27 {
    27 {
    28     Q_OBJECT
    28     Q_OBJECT
    29 
    29 
    30 public:
    30 public:
    31     CUssdComms(QObject* parent);
    31     UssdComms(QObject* parent);
    32     ~CUssdComms();
    32     ~UssdComms();
    33 
    33 
    34 public slots:
    34 public slots:
    35     void appStarting();
    35     void appStarting();
    36     void appTerminating();
    36     void appTerminating();
    37     void appToBackground();
    37     void appToBackground();