summaryrefslogtreecommitdiffstats
path: root/lib/actionQueue.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:40:06 +0900
commit9de594378bf48ba52e8db36ba49db3c2b682ec6e (patch)
tree68425a71a23a9b6c3617e8dbe173a02eb11eed67 /lib/actionQueue.h
parente91f7e513b3c446b46250b84e8b5c33fe72a7102 (diff)
downloadkpilot-9de594378bf48ba52e8db36ba49db3c2b682ec6e.tar.gz
kpilot-9de594378bf48ba52e8db36ba49db3c2b682ec6e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/actionQueue.h')
-rw-r--r--lib/actionQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actionQueue.h b/lib/actionQueue.h
index 48c9718..50bacaa 100644
--- a/lib/actionQueue.h
+++ b/lib/actionQueue.h
@@ -54,7 +54,7 @@
* actions in the queue in sequence.
*
*/
-class KDE_EXPORT ActionQueue : public SyncAction
+class TDE_EXPORT ActionQueue : public SyncAction
{
TQ_OBJECT