From b965cbac5b21345e9dfc768a7e4f660ffa4aa72f Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Mon, 13 Nov 2023 21:03:36 +0900
Subject: Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 konqueror/sidebar/web_module/web_module.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'konqueror/sidebar/web_module/web_module.h')

diff --git a/konqueror/sidebar/web_module/web_module.h b/konqueror/sidebar/web_module/web_module.h
index a8f6fa6c2..e4669da89 100644
--- a/konqueror/sidebar/web_module/web_module.h
+++ b/konqueror/sidebar/web_module/web_module.h
@@ -82,7 +82,7 @@ class TDEHTMLSideBar : public TDEHTMLPart
 		virtual void urlSelected( const TQString &url, int button,
 				int state, const TQString &_target,
 				KParts::URLArgs args = KParts::URLArgs()) {
-			if (button == Qt::LeftButton ){
+			if (button == TQt::LeftButton ){
 				if (_target.lower() == "_self") {
 					openURL(url);
 				} else if (_target.lower() == "_blank") {
@@ -92,7 +92,7 @@ class TDEHTMLSideBar : public TDEHTMLPart
 				}
 				return;
 			}
-			if (button == Qt::MidButton) {
+			if (button == TQt::MidButton) {
 				emit openURLNewWindow(completeURL(url).url(),
 						args);
 				return;
-- 
cgit v1.2.1