diff --git a/group.cpp b/group.cpp index 0e08a5b631..0ceb2d50ac 100644 --- a/group.cpp +++ b/group.cpp @@ -534,7 +534,7 @@ Window Client::verifyTransientFor( Window new_transient_for, bool defined ) void Client::addTransient( Client* cl ) { assert( !transients_list.contains( cl )); - assert( cl != this ); + Q_ASSERT( cl != this ); transients_list.append( cl ); // kdDebug() << "ADDTRANS:" << this << ":" << cl << endl; // kdDebug() << kdBacktrace() << endl;