X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fcolourpopup.hpp;h=6e4de20e1de9b32d9571a4b8012dd383109fc2c0;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hp=2abf1b78c94aa59c6e4fcd8fe4941d87e4b4fbe0;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/widgets/colourpopup.hpp b/pv/widgets/colourpopup.hpp index 2abf1b7..6e4de20 100644 --- a/pv/widgets/colourpopup.hpp +++ b/pv/widgets/colourpopup.hpp @@ -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 . */ #ifndef PULSEVIEW_PV_WIDGETS_COLOURPOPUP_HPP @@ -34,7 +33,7 @@ class ColourPopup : public Popup Q_OBJECT public: - ColourPopup(int rows, int cols, QWidget *partent); + ColourPopup(int rows, int cols, QWidget *parent); WellArray& well_array(); @@ -49,7 +48,7 @@ private: QVBoxLayout layout_; }; -} // widgets -} // pv +} // namespace widgets +} // namespace pv #endif // PULSEVIEW_PV_WIDGETS_COLOURPOPUP_HPP