summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.