~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to mailcommon/folderrequester.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-09-28 00:39:25 UTC
  • mfrom: (0.2.15)
  • Revision ID: package-import@ubuntu.com-20110928003925-mqrqcscf98n2amec
Tags: 4:4.7.1+git110927-0ubuntu1
Update to current KDE 4.7 branch head, commit 4c68d72e

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
namespace MailCommon {
44
44
 
45
 
class Kernel;
46
45
 
47
46
/**
48
47
   * A widget that contains a KLineEdit which shows the current folder
116
115
      bool mShowOutbox;
117
116
      bool mShowImapFolders;
118
117
      bool mNotCreateNewFolder;
119
 
      Kernel *mMailCommon;
120
118
  };
121
119
 
122
120
}