~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to kmail/collectiontemplatespage.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
class KPushButton;
24
24
class QCheckBox;
25
 
class TemplatesConfiguration;
 
25
namespace TemplateParser {
 
26
  class TemplatesConfiguration;
 
27
}
26
28
 
27
29
template <typename T> class QSharedPointer;
28
30
 
44
46
  void init();
45
47
private:
46
48
  QCheckBox* mCustom;
47
 
  TemplatesConfiguration* mWidget;
 
49
  TemplateParser::TemplatesConfiguration* mWidget;
48
50
  KPushButton* mCopyGlobal;
49
51
  uint mIdentity;
50
52
  QString mCollectionId;