diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:32:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 17:45:23 +0900 |
| commit | 9fc074fcb2225e6303bf7cec6dc4cc85d6b5edb7 (patch) | |
| tree | 656280d10f1f0acceacc67bf6544ae4d19812642 /interfaces/khexedit | |
| parent | 4c9f3f02c0e1a9be5567649f5c97d6638033f74f (diff) | |
| download | tdelibs-9fc074fc.tar.gz tdelibs-9fc074fc.zip | |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274)
Diffstat (limited to 'interfaces/khexedit')
| -rw-r--r-- | interfaces/khexedit/clipboardinterface.h | 2 | ||||
| -rw-r--r-- | interfaces/khexedit/zoominterface.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/khexedit/clipboardinterface.h b/interfaces/khexedit/clipboardinterface.h index c63c5a88e..ca69baf8c 100644 --- a/interfaces/khexedit/clipboardinterface.h +++ b/interfaces/khexedit/clipboardinterface.h @@ -78,7 +78,7 @@ ClipboardInterface *clipboardInterface( T *t ) if( !t ) return 0; - return ::tqqt_cast<KHE::ClipboardInterface*>( t ); + return ::tqt_cast<KHE::ClipboardInterface*>( t ); } } diff --git a/interfaces/khexedit/zoominterface.h b/interfaces/khexedit/zoominterface.h index 9c6f0f677..21145cb9a 100644 --- a/interfaces/khexedit/zoominterface.h +++ b/interfaces/khexedit/zoominterface.h @@ -71,7 +71,7 @@ ZoomInterface *zoomInterface( T *t ) if( !t ) return 0; - return ::tqqt_cast<KHE::ZoomInterface*>( t ); + return ::tqt_cast<KHE::ZoomInterface*>( t ); } } |
