src/gui/styles/qs60style.h
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 19 fcece45ef507
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
    92 
    92 
    93 protected Q_SLOTS:
    93 protected Q_SLOTS:
    94     QIcon standardIconImplementation(
    94     QIcon standardIconImplementation(
    95             StandardPixmap standardIcon, const QStyleOption * option = 0, const QWidget * widget = 0 ) const;
    95             StandardPixmap standardIcon, const QStyleOption * option = 0, const QWidget * widget = 0 ) const;
    96 
    96 
       
    97 protected:
       
    98     void timerEvent(QTimerEvent *event);
       
    99     bool eventFilter(QObject *o, QEvent *e);
    97 private:
   100 private:
    98     Q_DISABLE_COPY(QS60Style)
   101     Q_DISABLE_COPY(QS60Style)
    99     friend class QStyleFactory;
   102     friend class QStyleFactory;
   100     friend class QApplicationPrivate;
   103     friend class QApplicationPrivate;
   101 };
   104 };