diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 17:49:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 17:49:29 +0900 |
commit | 81eef9d22ba52b7055475fe2fc56960180e3a460 (patch) | |
tree | 5b26e0184cd642ec48e4c47e71cbf9b48da30656 /src/include/stationselector.h | |
parent | 7bfdcc0b8d382c142a59160bc87033c211da385d (diff) | |
download | tderadio-81eef9d22ba52b7055475fe2fc56960180e3a460.tar.gz tderadio-81eef9d22ba52b7055475fe2fc56960180e3a460.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/include/stationselector.h')
-rw-r--r-- | src/include/stationselector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/stationselector.h b/src/include/stationselector.h index 4a5d557..34fbbb9 100644 --- a/src/include/stationselector.h +++ b/src/include/stationselector.h @@ -23,7 +23,7 @@ #endif #include <tqstringlist.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "radio_interfaces.h" #include "stationselection_interfaces.h" |