From fdde1e4ac285a7b43ca5f45f220ea7fec8db248b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 22 Jan 2025 17:48:01 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- lib/koproperty/editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/koproperty/editor.cpp') diff --git a/lib/koproperty/editor.cpp b/lib/koproperty/editor.cpp index 295f24f80..1e63f54fc 100644 --- a/lib/koproperty/editor.cpp +++ b/lib/koproperty/editor.cpp @@ -390,7 +390,7 @@ void Editor::changeSetLater() { tqApp->eventLoop()->processEvents(TQEventLoop::AllEvents); - if (kapp->hasPendingEvents()) { + if (tdeApp->hasPendingEvents()) { d->changeSetLaterTimer.start(10, true); //try again... return; } @@ -590,7 +590,7 @@ Editor::slotClicked(TQListViewItem *it) if (d->currentWidget) { if (d->currentWidget->visibleFlag()) { d->currentWidget->show(); - if (hasParent( this, kapp->focusWidget() )) + if (hasParent( this, tdeApp->focusWidget() )) d->currentWidget->setFocus(); } } -- cgit v1.2.3