~ubuntu-branches/ubuntu/karmic/digikam/karmic-backports

« back to all changes in this revision

Viewing changes to imageplugins/localcontrast/localcontrasttool.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2009-12-07 19:03:53 UTC
  • mfrom: (54.1.4 lucid)
  • Revision ID: james.westby@ubuntu.com-20091207190353-oara3lenjxymto3i
Tags: 2:1.0.0~rc-1ubuntu1~karmic1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
private Q_SLOTS:
58
58
 
59
 
//     void slotSaveAsSettings();
60
 
//     void slotLoadSettings();
 
59
    void slotSaveAsSettings();
 
60
    void slotLoadSettings();
61
61
    void slotResetSettings();
 
62
    void slotStage1Enabled(bool);
 
63
    void slotStage2Enabled(bool);
 
64
    void slotStage3Enabled(bool);
 
65
    void slotStage4Enabled(bool);
62
66
 
63
67
private:
64
68