From 303b6445011a6ed10c48ac6e1eda415e5c371264 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Nov 2023 20:33:00 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3) --- tdeparts/partmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeparts/partmanager.h') diff --git a/tdeparts/partmanager.h b/tdeparts/partmanager.h index 2f3169a94..30a25e37a 100644 --- a/tdeparts/partmanager.h +++ b/tdeparts/partmanager.h @@ -130,7 +130,7 @@ public: /** * Specifies which mouse buttons the partmanager should react upon. * By default it reacts on all mouse buttons (LMB/MMB/RMB). - * @param buttonMask a combination of TQt::ButtonState values e.g. Qt::LeftButton | Qt::MidButton + * @param buttonMask a combination of TQt::ButtonState values e.g. TQt::LeftButton | TQt::MidButton */ void setActivationButtonMask( short int buttonMask ); /** -- cgit v1.2.1