diff --git a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp index 4cc273def..593768f11 100644 --- a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp +++ b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp @@ -36,7 +36,7 @@ #include "gui/devicestreamselectiondialog.h" #include "mainwindow.h" -#include "ui_IEEE_802_15_4_Modgui.h" +#include "ui_ieee_802_15_4_modgui.h" #include "ieee_802_15_4_modgui.h" #include "ieee_802_15_4_modrepeatdialog.h" #include "ieee_802_15_4_modtxsettingsdialog.h" diff --git a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modrepeatdialog.h b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modrepeatdialog.h index 691e8dc07..4c4abb1be 100644 --- a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modrepeatdialog.h +++ b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modrepeatdialog.h @@ -18,7 +18,7 @@ #ifndef INCLUDE_IEEE_802_15_4_MODREPEATDIALOG_H #define INCLUDE_IEEE_802_15_4_MODREPEATDIALOG_H -#include "ui_IEEE_802_15_4_Modrepeatdialog.h" +#include "ui_ieee_802_15_4_modrepeatdialog.h" class IEEE_802_15_4_ModRepeatDialog : public QDialog { Q_OBJECT diff --git a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modtxsettingsdialog.h b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modtxsettingsdialog.h index 9b4745bd2..0175d5d86 100644 --- a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modtxsettingsdialog.h +++ b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modtxsettingsdialog.h @@ -18,7 +18,7 @@ #ifndef INCLUDE_IEEE_802_15_4_MODTXSETTINGSDIALOG_H #define INCLUDE_IEEE_802_15_4_MODTXSETTINGSDIALOG_H -#include "ui_IEEE_802_15_4_Modtxsettingsdialog.h" +#include "ui_ieee_802_15_4_modtxsettingsdialog.h" class IEEE_802_15_4_ModTXSettingsDialog : public QDialog { Q_OBJECT