license: remove FSF postal address from boiler plate license text
[pulseview.git] / pv / widgets / colourpopup.cpp
index bd87c88827f5f09099e8a05fb9d8e77d30b5fad3..38f3fd76234cea929c9eedab338d40292d76b365 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "colourpopup.hpp"
@@ -37,7 +36,7 @@ ColourPopup::ColourPopup(int rows, int cols, QWidget *parent) :
                this, SLOT(colour_selected(int, int)));
 }
 
-QWellArray& ColourPopup::well_array()
+WellArray& ColourPopup::well_array()
 {
        return well_array_;
 }