]> sigrok.org Git - pulseview.git/blobdiff - pv/application.hpp
Modified header guards to match file names
[pulseview.git] / pv / application.hpp
index 5a80ec865dd76b22f476efe353b79199745cec48..8d0ebd4d581e9995495d777b9cb2473dcba991a2 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_APPLICATION_H
-#define PULSEVIEW_PV_APPLICATION_H
+#ifndef PULSEVIEW_PV_APPLICATION_HPP
+#define PULSEVIEW_PV_APPLICATION_HPP
 
 #include <QApplication>
 
@@ -31,4 +31,4 @@ private:
        bool notify(QObject *receiver, QEvent *event);
 };
 
-#endif // PULSEVIEW_PV_APPLICATION_H
+#endif // PULSEVIEW_PV_APPLICATION_HPP