Replace deprecated NO_DEBUG to NDEBUG

pull/1/head
Slávek Banko 11 years ago
parent 7001fcd0a6
commit a9f55c3da0

@ -29,7 +29,7 @@ namespace ActionCollection
TDEAction *action(const char *key)
{
#ifndef NO_DEBUG
#ifndef NDEBUG
TDEAction *a = actions()->action(key);
if(!a)
kdWarning(65432) << "TDEAction \"" << key << "\" is not defined yet." << endl;

Loading…
Cancel
Save