controlpanelplugins/themeplugin/src/cpthemecontrol.h
changeset 28 e0b83131558d
parent 22 a5692c68d772
child 33 0cfa53de576f
equal deleted inserted replaced
26:808caa51b78b 28:e0b83131558d
    52     void themeUpdated(const QString& themeName, const HbIcon& icon);
    52     void themeUpdated(const QString& themeName, const HbIcon& icon);
    53 
    53 
    54 public slots:
    54 public slots:
    55     void newThemeSelected(const QModelIndex& index);
    55     void newThemeSelected(const QModelIndex& index);
    56     void previewClosed();
    56     void previewClosed();
    57     void themeApplied(const QString& theme);
    57     void themeApplied(const CpThemeInfo& theme);
    58     void themeListClosed();
    58     void themeListClosed();
    59     void themeChangeTimeout();
    59     void themeChangeTimeout();
    60     void themeWaitTimeout();
    60     void themeWaitTimeout();
    61     void themeChangeFinished();
    61     void themeChangeFinished();
    62 
    62