changeset 14 | 63aabac4416d |
parent 13 | 46974bebc798 |
child 37 | 451b2e1545b2 |
13:46974bebc798 | 14:63aabac4416d |
---|---|
17 |
17 |
18 #ifndef RADIOFREQUENCYITEM_H |
18 #ifndef RADIOFREQUENCYITEM_H |
19 #define RADIOFREQUENCYITEM_H |
19 #define RADIOFREQUENCYITEM_H |
20 |
20 |
21 // System includes |
21 // System includes |
22 #include <qpixmap> |
22 #include <QPixmap> |
23 |
23 |
24 // Forward declarations |
24 // Forward declarations |
25 class RadioFrequencyStrip; |
25 class RadioFrequencyStrip; |
26 class QGraphicsPixmapItem; |
26 class QGraphicsPixmapItem; |
27 |
27 |