~ubuntu-branches/ubuntu/vivid/lightdm-kde/vivid

« back to all changes in this revision

Viewing changes to kcm/themeconfig.h

  • Committer: Package Import Robot
  • Author(s): Michal Zajac
  • Date: 2012-07-22 19:44:44 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120722194444-aaueaylu3ddnqcth
Tags: 0.2.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    ~ThemeConfig();
40
40
 
41
41
    QVariantMap save();
 
42
    void defaults();
42
43
 
43
44
signals:
44
45
    void changed(bool);
45
46
 
46
47
private slots:
47
48
    void onThemeSelected(const QModelIndex &index);
48
 
    void onConfigureClicked();
49
49
 
50
50
private:
 
51
    Ui::ThemeConfig *ui;
51
52
    KSharedConfigPtr m_config;
52
 
    Ui::ThemeConfig *ui;
53
53
 
54
54
    QDir themeDir() const;
55
55
    QModelIndex findIndexForTheme(const QString& theme) const;