diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-10 11:24:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-10 11:24:47 +0900 |
| commit | adcdf1d0d0ca100b319905e59e3e61394ba87117 (patch) | |
| tree | 7fd38d66d5dcdbfe29555a1f2e35b17c35e09469 /src/optionsrequester.cpp | |
| parent | f24778bf1ff1de278c147cf41c64504a6c2591d3 (diff) | |
| download | soundkonverter-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/optionsrequester.cpp')
| -rw-r--r-- | src/optionsrequester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionsrequester.cpp b/src/optionsrequester.cpp index 854921b..29d6cd0 100644 --- a/src/optionsrequester.cpp +++ b/src/optionsrequester.cpp @@ -1,7 +1,7 @@ #include "optionsrequester.h" #include "options.h" -#include "config.h" +#include "configuration.h" #include <tqlayout.h> #include <tqlabel.h> |
