Adjusted to TQPtrStack class. This is a minor change.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/85/head
Michele Calgaro 4 years ago
parent dc699b4fd4
commit 12602af928
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -363,7 +363,7 @@ bool KNotifyClient::Instance::useSystemBell() const
// is available, we have a default-instance with kapp as TDEInstance.
// We make sure to always have that default-instance in the stack, because
// the stack might have gotten cleared in the destructor.
// We can't use QStack::setAutoDelete( true ), because no instance besides
// We can't use QPtrStack::setAutoDelete( true ), because no instance besides
// our default instance is owned by us.
KNotifyClient::Instance * KNotifyClient::Instance::currentInstance()
{

Loading…
Cancel
Save