From 51c9320086d98a02ba8b3c6c97276c4c983d54a2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 12:54:33 +0900 Subject: [PATCH] Use tdeprocess.h Signed-off-by: Michele Calgaro --- src/magiclabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/magiclabel.h b/src/magiclabel.h index a344fae..00622bf 100644 --- a/src/magiclabel.h +++ b/src/magiclabel.h @@ -14,7 +14,7 @@ #include -#include +#include class MagicLabel : TQObject {