summaryrefslogtreecommitdiffstats
path: root/src/komposetask.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 13:36:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 13:36:51 +0900
commit14206956ce00ee6d3d5659e043a5bcfeb115b308 (patch)
tree02208544fafb841ee15d6f759d78aecb53831b0f /src/komposetask.cpp
parentb91bf12b359e736b6eb5dbd23eff51e2b7a7c96a (diff)
downloadkompose-14206956ce00ee6d3d5659e043a5bcfeb115b308.tar.gz
kompose-14206956ce00ee6d3d5659e043a5bcfeb115b308.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/komposetask.cpp')
-rw-r--r--src/komposetask.cpp4
1 files changed, 2 insertions, 2 deletions
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()