From 12602af9287b055dcca2e469f07f554a2e223ffc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 May 2020 23:02:04 +0900 Subject: [PATCH] Adjusted to TQPtrStack class. This is a minor change. Signed-off-by: Michele Calgaro --- tdecore/knotifyclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdecore/knotifyclient.cpp b/tdecore/knotifyclient.cpp index b6f70bd23..b1989fbf6 100644 --- a/tdecore/knotifyclient.cpp +++ b/tdecore/knotifyclient.cpp @@ -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() {