diff --git a/Makefile b/Makefile index fd97026..112d4e4 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ SOURCES += src/Southpole.cpp SOURCES += src/Balaclava.cpp SOURCES += src/Bandana.cpp SOURCES += src/Falls.cpp -SOURCES += src/Aux.cpp +SOURCES += src/Aux_.cpp SOURCES += src/But.cpp SOURCES += src/Abr.cpp SOURCES += src/Sssh.cpp diff --git a/res/Aux.svg b/res/Aux_.svg similarity index 100% rename from res/Aux.svg rename to res/Aux_.svg diff --git a/src/Aux.cpp b/src/Aux_.cpp similarity index 98% rename from src/Aux.cpp rename to src/Aux_.cpp index 77a3b18..268e1af 100644 --- a/src/Aux.cpp +++ b/src/Aux_.cpp @@ -160,7 +160,7 @@ AuxWidget::AuxWidget() { { SVGPanel *panel = new SVGPanel(); - panel->setBackground(SVG::load(assetPlugin(plugin, "res/Aux.svg"))); + panel->setBackground(SVG::load(assetPlugin(plugin, "res/Aux_.svg"))); panel->box.size = box.size; addChild(panel); }