diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-20 21:19:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-21 09:04:39 +0900 |
| commit | 2aad9568bbcaa25c722552dca2fbe2dd140560b9 (patch) | |
| tree | 508aa57f731c3d4793cff8e8ae277f2ef74d20d5 /ksayit/src/doctreeviewimpl.cpp | |
| parent | 93fbe96e7e6f692ec3f206f30ad9e4c7af4bb13e (diff) | |
| download | tdeaccessibility-2aad9568.tar.gz tdeaccessibility-2aad9568.zip | |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit df38a0402cac61ce84ed9567b959a37efcb69b03)
Diffstat (limited to 'ksayit/src/doctreeviewimpl.cpp')
| -rw-r--r-- | ksayit/src/doctreeviewimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/doctreeviewimpl.cpp b/ksayit/src/doctreeviewimpl.cpp index 7076625..295098d 100644 --- a/ksayit/src/doctreeviewimpl.cpp +++ b/ksayit/src/doctreeviewimpl.cpp @@ -86,7 +86,7 @@ DocTreeViewImpl::~DocTreeViewImpl() void DocTreeViewImpl::enableContextMenus( bool enabled ) { if ( enabled ){ - m_contextmenuhandler = new ContextMenuHandler(TQT_TQOBJECT(this), "contextmenuhandler"); + m_contextmenuhandler = new ContextMenuHandler(this, "contextmenuhandler"); } else { if ( m_contextmenuhandler ) delete m_contextmenuhandler; |
