~ubuntu-branches/ubuntu/quantal/kiten/quantal-proposed

« back to all changes in this revision

Viewing changes to radselect/radselectview.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:44 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111216131444-fxt8pt2pha54qmdu
Tags: 4:4.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <QSet>
29
29
#include <QWidget>
30
30
 
 
31
class ButtonGrid;
31
32
class QListWidgetItem;
32
33
class QString;
33
34
class QStringList;
34
 
class ButtonGrid;
35
35
 
36
36
#include "radicalfile.h"        //For Kanji/radicalFile definitions
37
37
 
72
72
    void toClipboard();
73
73
 
74
74
  private:
75
 
    RadicalFile         *m_radicalInfo;
76
 
    ButtonGrid *m_buttongrid;
77
 
    QList<Kanji>         m_possibleKanji;
 
75
    RadicalFile  *m_radicalInfo;
 
76
    ButtonGrid   *m_buttongrid;
 
77
    QList<Kanji>  m_possibleKanji;
78
78
};
79
79
 
80
80
#endif