From a082a2596013ce2dc791319f70d0371004a406a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 7 Dec 2023 13:24:42 +0900 Subject: Replaced various '#define' with actual strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit 15796910975130bce11a662cbe259913d791942f) --- src/document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document.cpp') diff --git a/src/document.cpp b/src/document.cpp index 7a59c46..ac18843 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -66,7 +66,7 @@ void Document::handleNewView( View *view ) void Document::slotViewDestroyed( TQObject *obj ) { - View *view = static_cast(TQT_TQWIDGET(obj)); + View *view = static_cast(obj); m_viewList.remove(view); -- cgit v1.2.1