controlpanelplugins/themeplugin/src/cpthemecontrol.h
changeset 31 e79ce701c376
parent 25 19394c261aa5
child 33 0cfa53de576f
equal deleted inserted replaced
25:19394c261aa5 31:e79ce701c376
    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