diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-14 21:19:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-15 11:44:49 +0900 |
| commit | 9830ae32375844473ebd5660b754951efca31272 (patch) | |
| tree | ac9bb4819ec6b8ff12a7361525c31638f480d716 /src/bookwidget.cpp | |
| parent | 4bc7d31ab328da86f2eac34207233f9817702d2c (diff) | |
| download | kbookreader-9830ae32375844473ebd5660b754951efca31272.tar.gz kbookreader-9830ae32375844473ebd5660b754951efca31272.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fc1564c30b648e9f111c243fc450117a1c1f6ce6)
Diffstat (limited to 'src/bookwidget.cpp')
| -rw-r--r-- | src/bookwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
