~kubuntu-members/sweeper/4.11

« back to all changes in this revision

Viewing changes to sweeper.h

  • Committer: Eike Krumbacher
  • Date: 2010-05-05 19:48:53 UTC
  • Revision ID: git-v1:f35681f229b96e179d95196e7516ea9431a39ea6
Tags: v4.4.85
This commit introduces modes to kcalc. Modes are groups of functionality, which one can select by menu.

FEATURE:
BUG: 229539
GUI:


svn path=/trunk/KDE/kdeutils/sweeper/; revision=1123284

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
   Q_OBJECT
35
35
   
36
36
   public:
37
 
      Sweeper();
 
37
      // if automatic is true, no user interaction is required
 
38
      Sweeper(bool automatic);
38
39
      ~Sweeper();
39
40
      
40
41
   public slots:
67
68
      QTreeWidgetItem *webbrowsingCLI;
68
69
 
69
70
      KConfigGroup m_privacyConfGroup;
 
71
 
 
72
      bool m_automatic;
70
73
};
71
74
 
72
75
#endif