taskswitcherapp/tsserviceplugin/inc/tsdeactivation.h
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
equal deleted inserted replaced
35:f9ce957a272c 36:cdae8c6c3876
    17 #ifndef TSDEACTIVATION_H
    17 #ifndef TSDEACTIVATION_H
    18 #define TSDEACTIVATION_H
    18 #define TSDEACTIVATION_H
    19 
    19 
    20 #include "tsdeactivationinterface.h"
    20 #include "tsdeactivationinterface.h"
    21 
    21 
       
    22 class QEvent;
       
    23 
    22 class TsDeactivation : public TsDeactivationInterface
    24 class TsDeactivation : public TsDeactivationInterface
    23 {
    25 {
    24 
       
    25     Q_OBJECT
    26     Q_OBJECT
    26 
    27 
    27 public:
    28 public:
    28     TsDeactivation(QObject *parent = 0);
    29     TsDeactivation(QObject *parent = 0);
    29 
    30 
       
    31 protected:
       
    32     bool eventFilter(QObject *obj, QEvent *event);
       
    33     
    30 };
    34 };
    31 
    35 
    32 #endif // TSDEACTIVATION_H
    36 #endif // TSDEACTIVATION_H