~ubuntu-branches/ubuntu/precise/gtk-qt-engine/precise

« back to all changes in this revision

Viewing changes to kcm_gtk/kcmgtk.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Venthur
  • Date: 2006-11-30 09:08:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061130090859-5sqtp4xfmexdn3qo
Tags: 1:0.7-4
Removed debian/gtk-qt-engine.dirs since it's not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        void styleChanged();
59
59
        void fontChangeClicked();
60
60
        void itemChanged();
 
61
        void firefoxFixClicked();
61
62
 
62
63
private:
 
64
        void updateFontPreview();
 
65
        void getProfiles(const QString& basePath, int type);
 
66
        void fixProfile(const QString& path);
 
67
        QString scrollBarCSS();
 
68
        void writeFirefoxCSS(const QString& path, const QString& data);
 
69
        
63
70
        QString env(QString key);
64
71
        
65
72
        KcmGtkWidget* widget;
67
74
        GtkRcParser parser;
68
75
        KAboutData *myAboutData;
69
76
        QFont font;
 
77
        QMap<QString,QString> profiles;
70
78
};
71
79
 
72
80
#endif