diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-07 13:24:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-08 20:53:02 +0900 |
commit | a082a2596013ce2dc791319f70d0371004a406a5 (patch) | |
tree | 6e102ce309d816a1e4e4dbfbc7cd2725e1cd5085 /src/viewcontainer.cpp | |
parent | f5d0ed0eeb91a5470868b0728e1d27b643410578 (diff) | |
download | ktechlab-a082a2596013ce2dc791319f70d0371004a406a5.tar.gz ktechlab-a082a2596013ce2dc791319f70d0371004a406a5.zip |
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 15796910975130bce11a662cbe259913d791942f)
Diffstat (limited to 'src/viewcontainer.cpp')
-rw-r--r-- | src/viewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewcontainer.cpp b/src/viewcontainer.cpp index 7191d74..2a7492f 100644 --- a/src/viewcontainer.cpp +++ b/src/viewcontainer.cpp @@ -436,7 +436,7 @@ ViewArea *ViewArea::createViewArea( Position position, uint id ) void ViewArea::viewAreaDestroyed( TQObject *obj ) { - ViewArea *viewArea = static_cast<ViewArea*>(TQT_TQWIDGET(obj)); + ViewArea *viewArea = static_cast<ViewArea*>(obj); if ( viewArea == p_viewArea1 ) p_viewArea1 = 0l; |