summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-23 23:02:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-23 23:02:32 +0900
commite51e14cdd13c0eb1175bba7056f098e719d1f28c (patch)
treedd0270d8f92a15af4f12ee68934035cfda30c815
parent339f27f9673371f92a4f2f61bdd8eebbd3d79ff2 (diff)
downloadtdelibs-e51e14cdd13c0eb1175bba7056f098e719d1f28c.tar.gz
tdelibs-e51e14cdd13c0eb1175bba7056f098e719d1f28c.zip
Adjusted to TQPtrStack class. This is a minor change.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 12602af9287b055dcca2e469f07f554a2e223ffc)
-rw-r--r--tdecore/knotifyclient.cpp2
1 files changed, 1 insertions, 1 deletions
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()
{