~ubuntu-branches/debian/sid/kde-style-qtcurve/sid

« back to all changes in this revision

Viewing changes to kwin/qtcurveconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-06-30 10:24:35 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100630102435-tmeq2k2y5vgu5iq4
Tags: 1.5.0-1
* New upstream release.
* Bump Standard-Version to 3.9.0 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    QtCurveConfig()               { defaults(); }
47
47
 
48
48
    void defaults();
49
 
    void load(const KConfig *cfg);
50
 
    void save(KConfig *cfg);
 
49
    void load(const KConfig *cfg, const char *grp=0L);
 
50
    void save(KConfig *cfg, const char *grp=0L);
51
51
 
52
52
    Size borderSize() const        { return (Size)itsBorderSize; }
53
53
    bool roundBottom() const       { return itsRoundBottom; }