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

« back to all changes in this revision

Viewing changes to libs/widgets/common/visibilitycontroller.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:
29
29
#include <QtGui/QWidget>
30
30
#include <QtCore/QList>
31
31
 
32
 
// KDE includes
33
 
 
34
32
// Local includes
35
33
 
36
34
#include "digikam_export.h"
93
91
    void step();
94
92
    void allSteps();
95
93
 
 
94
private:
 
95
 
96
96
    VisibilityControllerPriv* const d;
97
97
};
98
98