summaryrefslogtreecommitdiffstats
path: root/src/soundkonverter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-10 11:24:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-10 11:24:47 +0900
commitadcdf1d0d0ca100b319905e59e3e61394ba87117 (patch)
tree7fd38d66d5dcdbfe29555a1f2e35b17c35e09469 /src/soundkonverter.cpp
parentf24778bf1ff1de278c147cf41c64504a6c2591d3 (diff)
downloadsoundkonverter-adcdf1d0d0ca100b319905e59e3e61394ba87117.tar.gz
soundkonverter-adcdf1d0d0ca100b319905e59e3e61394ba87117.zip
Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/soundkonverter.cpp')
-rw-r--r--src/soundkonverter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp
index d6267a0..1914c1d 100644
--- a/src/soundkonverter.cpp
+++ b/src/soundkonverter.cpp
@@ -1,6 +1,6 @@
#include "soundkonverter.h"
-#include "config.h"
+#include "configuration.h"
#include "configdialog.h"
#include "logger.h"
#include "logviewer.h"