diff options
author | Michele Calgaro <[email protected]> | 2025-01-21 22:05:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-21 22:05:54 +0900 |
commit | 8ff4fb7305dea750742ad6d7fd69746ad8cacfdb (patch) | |
tree | 6d41e7526bf5c341b72f8e6ca8c25ae85ee9c0da /bibletime/frontend/cmdiarea.cpp | |
parent | f836925f06ad3d0fa75346d24cab82ead0949196 (diff) | |
download | bibletime-8ff4fb7305dea750742ad6d7fd69746ad8cacfdb.tar.gz bibletime-8ff4fb7305dea750742ad6d7fd69746ad8cacfdb.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'bibletime/frontend/cmdiarea.cpp')
-rw-r--r-- | bibletime/frontend/cmdiarea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/cmdiarea.cpp b/bibletime/frontend/cmdiarea.cpp index 51b181c..4a6472d 100644 --- a/bibletime/frontend/cmdiarea.cpp +++ b/bibletime/frontend/cmdiarea.cpp @@ -90,7 +90,7 @@ void CMDIArea::childEvent( TQChildEvent * e ) { if (!windowList().count()) { m_appCaption = TQString(); - emit sigSetToplevelCaption( TDEApplication::kApplication()->makeStdCaption(m_appCaption) ); + emit sigSetToplevelCaption( tdeApp->makeStdCaption(m_appCaption) ); emit sigLastPresenterClosed(); } |