From b84c950569510767a711a470431f7ba7ae8d9747 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 25 Aug 2023 10:17:33 +0900 Subject: [PATCH] Drop USE_TQT4 code Signed-off-by: Michele Calgaro (cherry picked from commit 01edc03c788ef9b52d83f1cafdb09927cbdcc184) --- amarok/src/amarok.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/amarok/src/amarok.h b/amarok/src/amarok.h index 955f3b3a..9cad4a95 100644 --- a/amarok/src/amarok.h +++ b/amarok/src/amarok.h @@ -304,10 +304,6 @@ namespace Amarok } -#ifdef USE_QT4 -#undef foreach -#endif // USE_QT4 - /** * Use this to const-iterate over TQStringLists, if you like. * Watch out for the definition of last in the scope of your for.