mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-31 16:48:29 -04:00
Fix filename case for Linux
This commit is contained in:
parent
22ff79239e
commit
470384a89d
plugins/channeltx/mod802.15.4
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user