From 67a9fd3225cb598a4731ae04d41f254fc3d1a255 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 15:23:04 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- configdialog/kbfxconfigdlgabout.ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configdialog/kbfxconfigdlgabout.ui.h') diff --git a/configdialog/kbfxconfigdlgabout.ui.h b/configdialog/kbfxconfigdlgabout.ui.h index 1ee1a23..3e7c2f5 100644 --- a/configdialog/kbfxconfigdlgabout.ui.h +++ b/configdialog/kbfxconfigdlgabout.ui.h @@ -77,7 +77,7 @@ void KbfxConfigDlgAbout::init() bool KbfxConfigDlgAbout::eventFilter ( TQObject *obj, TQEvent *ev ) { TQCursor kbfxCursor; - kbfxCursor.setShape ( Qt::PointingHandCursor ); + kbfxCursor.setShape ( TQt::PointingHandCursor ); this->setCursor ( ( const TQCursor ) kbfxCursor ); if ( ev->type() == TQEvent::FocusIn || ev->type() == TQEvent::Enter ) -- cgit v1.2.1