From b3df4d055e72863ca51ec9c0428a490306989ff4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:36:44 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- kscd/docking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kscd') diff --git a/kscd/docking.cpp b/kscd/docking.cpp index e6689b8d..0241b803 100644 --- a/kscd/docking.cpp +++ b/kscd/docking.cpp @@ -120,7 +120,7 @@ void DockWidget::setToolTip(const TQString& text) void DockWidget::wheelEvent(TQWheelEvent *e) { - if (e->orientation() ==Qt::Horizontal) + if (e->orientation() ==TQt::Horizontal) return; KSCD* kscd = dynamic_cast(parent()); -- cgit v1.2.1