~ubuntu-branches/ubuntu/precise/kdepim/precise-proposed

« back to all changes in this revision

Viewing changes to messagelist/utils/themeeditor.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mfrom: (0.2.20)
  • Revision ID: package-import@ubuntu.com-20111215141751-yg890pa7vnlo34e0
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
{
60
60
  Q_OBJECT
61
61
public:
62
 
  ThemeColumnPropertiesDialog( QWidget * parent, Core::Theme::Column * column, const QString &title );
 
62
  explicit ThemeColumnPropertiesDialog( QWidget * parent, Core::Theme::Column * column, const QString &title );
63
63
 
64
64
protected:
65
65
  Core::Theme::Column * mColumn;
76
76
{
77
77
  Q_OBJECT
78
78
public:
79
 
  ThemePreviewDelegate( QAbstractItemView * parent );
 
79
  explicit ThemePreviewDelegate( QAbstractItemView * parent );
80
80
  ~ThemePreviewDelegate();
81
81
 
82
82
private:
91
91
{
92
92
  Q_OBJECT
93
93
public:
94
 
  ThemePreviewWidget( QWidget * parent );
 
94
  explicit ThemePreviewWidget( QWidget * parent );
95
95
  ~ThemePreviewWidget();
96
96
 
97
97
private:
196
196
{
197
197
  Q_OBJECT
198
198
public:
199
 
  ThemeEditor( QWidget *parent );
 
199
  explicit ThemeEditor( QWidget *parent );
200
200
  ~ThemeEditor();
201
201
 
202
202
private: