summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--juk/actioncollection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/actioncollection.cpp b/juk/actioncollection.cpp
index 6290d6ee..7b74ed67 100644
--- a/juk/actioncollection.cpp
+++ b/juk/actioncollection.cpp
@@ -29,7 +29,7 @@ namespace ActionCollection
KAction *action(const char *key)
{
-#ifndef NO_DEBUG
+#ifndef NDEBUG
KAction *a = actions()->action(key);
if(!a)
kdWarning(65432) << "KAction \"" << key << "\" is not defined yet." << endl;