]> code.delx.au - virtualtones/blobdiff - pianoinstrument.h
README update
[virtualtones] / pianoinstrument.h
index 53f823b5a27e5e96ea8270d4ce9e84da947bf58c..1b14b8d42d6923ef2f0c69b356acf7eed4f8a1a3 100644 (file)
@@ -1,14 +1,14 @@
 // pianoinstrument.h - A piano simulator
-// Written by James Bunton <james@delx.cjb.net>
+// Written by James Bunton <james@delx.net.au>
 // Licensed under the GPL, see COPYING.txt for more details
 
 
 #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];
 };