]> code.delx.au - virtualtones/blobdiff - instrument.cpp
Updated to modern Qt
[virtualtones] / instrument.cpp
index b4e729602f341f334b915bfd8d7cbbedb0f9a757..0ebf341f3893319096f2ac4f25d4d7042d2121d3 100644 (file)
@@ -5,6 +5,8 @@
 
 #include "instrument.h"
 
+using namespace Qt;
+
 
 Instrument::Instrument(QWidget *parent)
 : QWidget(parent, 0)
@@ -112,5 +114,3 @@ bool Instrument::checkSharp(int note)
 
        return false;
 }
-
-