diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:16:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:16:31 +0900 |
commit | 4c8605a5d69619de263fdad7640fdd336d7b2c33 (patch) | |
tree | 429f067c766c6571aab11ca980487f50adeafa33 | |
parent | cdc8dc2597db36d07991d9454e3953125b28eed6 (diff) | |
download | tde-style-polyester-4c8605a5d69619de263fdad7640fdd336d7b2c33.tar.gz tde-style-polyester-4c8605a5d69619de263fdad7640fdd336d7b2c33.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-x | style/config/polyesterconf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/config/polyesterconf.cpp b/style/config/polyesterconf.cpp index b62bfc0..f6f1250 100755 --- a/style/config/polyesterconf.cpp +++ b/style/config/polyesterconf.cpp @@ -42,7 +42,7 @@ DEALINGS IN THE SOFTWARE. #include <tdelocale.h> #include <kstandarddirs.h> #include <kcolorbutton.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "polyesterconf.h" #include "configdialog.h" |