X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fapplication.hpp;h=7059c02a35293f0e741977ea5cf588356734cbd5;hp=5a80ec865dd76b22f476efe353b79199745cec48;hb=09f55d9665efb3b17ba7de4bae47be6989e884fe;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/application.hpp b/pv/application.hpp index 5a80ec86..7059c02a 100644 --- a/pv/application.hpp +++ b/pv/application.hpp @@ -14,12 +14,11 @@ * 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_APPLICATION_H -#define PULSEVIEW_PV_APPLICATION_H +#ifndef PULSEVIEW_PV_APPLICATION_HPP +#define PULSEVIEW_PV_APPLICATION_HPP #include @@ -31,4 +30,4 @@ private: bool notify(QObject *receiver, QEvent *event); }; -#endif // PULSEVIEW_PV_APPLICATION_H +#endif // PULSEVIEW_PV_APPLICATION_HPP