diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 23:02:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 23:02:04 +0900 |
commit | 12602af9287b055dcca2e469f07f554a2e223ffc (patch) | |
tree | f56e6133f3a3b0d4a0d1cf27cfb9e4c3406b9961 /tdecore | |
parent | dc699b4fd407fe4e4f887b8f2b3f44a096c9f761 (diff) | |
download | tdelibs-12602af9287b055dcca2e469f07f554a2e223ffc.tar.gz tdelibs-12602af9287b055dcca2e469f07f554a2e223ffc.zip |
Adjusted to TQPtrStack class. This is a minor change.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/knotifyclient.cpp | 2 |
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() { |