From 14206956ce00ee6d3d5659e043a5bcfeb115b308 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 13:36:51 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- src/komposetask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/komposetask.cpp') diff --git a/src/komposetask.cpp b/src/komposetask.cpp index 554a3f8..2c75062 100644 --- a/src/komposetask.cpp +++ b/src/komposetask.cpp @@ -297,7 +297,7 @@ void KomposeTask::refresh() /** * This has to be called by x11EventFilter whenever ConfigureNotify for this win occurs - * sorta hacky but x11EventFilter can only be implemented in a kapp object which redirects it + * sorta hacky but x11EventFilter can only be implemented in a tdeApp object which redirects it * to the taskmanager, that picks out the right task by winId and notifies us :( */ void KomposeTask::slotX11ConfigureNotify() @@ -307,7 +307,7 @@ void KomposeTask::slotX11ConfigureNotify() /** * This has to be called by x11EventFilter whenever DamageNotify for this win occurs - * sorta hacky but x11EventFilter can only be implemented in a kapp object which redirects it + * sorta hacky but x11EventFilter can only be implemented in a tdeApp object which redirects it * to the taskmanager, that picks out the right task by winId and notifies us :( */ void KomposeTask::slotX11DamageNotify() -- cgit v1.2.3