]> code.delx.au - virtualtones/blobdiff - pianoinstrument.h
Updated to modern Qt
[virtualtones] / pianoinstrument.h
index 53f823b5a27e5e96ea8270d4ce9e84da947bf58c..6ece08581cca37752409635d21e8ab8fac83d1ae 100644 (file)
@@ -6,9 +6,9 @@
 #ifndef PIANOINSTRUMENT_H
 #define PIANOINSTRUMENT_H
 
-#include <qwidget.h>
-#include <qpixmap.h>
-#include <qpainter.h>
+#include <QWidget>
+#include <QPixmap>
+#include <QPainter>
 
 #include "instrument.h"
 
@@ -31,6 +31,8 @@ Q_OBJECT
                void copyArray(bool source[26], bool dest[26]);
                void emitSounds();
 
+               QPixmap background;
+
                bool oldNotes[26];
                bool notes[26];
 };