summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-25 10:17:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-25 10:17:33 +0900
commit01edc03c788ef9b52d83f1cafdb09927cbdcc184 (patch)
treea27ed4fdb4f89c9dab3868aa55bdb3668fafa5ab
parenta045be0c3e0b69973020070e52867bd84306218e (diff)
downloadamarok-01edc03c.tar.gz
amarok-01edc03c.zip
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--amarok/src/amarok.h4
1 files changed, 0 insertions, 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.