X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdialogs%2Fconnect.hpp;h=cc477631571eae3b97dc31f3b25a627bbab18ccc;hb=9894618a8c72e268b8cf2f0ca6ac57f01d9ad3f9;hp=ba8339c7cc56d11cd250baa13d12384631ed3cfd;hpb=34750abe0a89c4b5184daf6dc117adfafa74a84e;p=pulseview.git diff --git a/pv/dialogs/connect.hpp b/pv/dialogs/connect.hpp index ba8339c..cc47763 100644 --- a/pv/dialogs/connect.hpp +++ b/pv/dialogs/connect.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_CONNECT_H -#define PULSEVIEW_PV_CONNECT_H +#ifndef PULSEVIEW_PV_CONNECT_HPP +#define PULSEVIEW_PV_CONNECT_HPP #include @@ -33,8 +33,8 @@ #include namespace sigrok { - class Driver; - class HardwareDevice; +class Driver; +class HardwareDevice; } Q_DECLARE_METATYPE(std::shared_ptr); @@ -90,4 +90,4 @@ private: } // namespace dialogs } // namespace pv -#endif // PULSEVIEW_PV_CONNECT_H +#endif // PULSEVIEW_PV_CONNECT_HPP