mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 18:28:43 -04:00
Fix filename case for Linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user