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

« back to all changes in this revision

Viewing changes to kmail/simplestringlisteditor.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:
37
37
 
38
38
 
39
39
class QListWidget;
 
40
class QListWidgetItem;
40
41
class QPushButton;
41
42
 
42
43
//
92
93
 
93
94
protected:
94
95
  bool containsString( const QString & str );
 
96
  QList<QListWidgetItem*> selectedItems() const;
95
97
  QListWidget   *mListBox;
96
98
  QPushButton   *mAddButton;
97
99
  QPushButton   *mRemoveButton;