From 9830ae32375844473ebd5660b754951efca31272 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 14 Dec 2023 21:19:09 +0900 Subject: Remove various '#define' strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit fc1564c30b648e9f111c243fc450117a1c1f6ce6) --- src/bookwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookwidget.cpp') diff --git a/src/bookwidget.cpp b/src/bookwidget.cpp index 348a0eb..a90e273 100644 --- a/src/bookwidget.cpp +++ b/src/bookwidget.cpp @@ -378,7 +378,7 @@ void BookWidget::cancelLoading() { m_timer.stop(); if (parentWidget()) - TQT_TQWIDGET(parentWidget())->setCaption(""); + parentWidget()->setCaption(""); //clean up m_progressDlg->hide(); m_stream.reset(0); -- cgit v1.2.3