diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:19:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 17:27:00 +0900 |
| commit | 2891d3c2d54dea1e2dd2a6702ee209b6f01f73f4 (patch) | |
| tree | 4f7d24c4476a9ca4a0f836cdaa987d7704af2734 /kword/KWPartFrameSet.cpp | |
| parent | f9893e5b16c7694da25e60805fe751691e127e85 (diff) | |
| download | koffice-2891d3c2.tar.gz koffice-2891d3c2.zip | |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b727f4b3b1957bec28a350575237b93f8f278cdb)
Diffstat (limited to 'kword/KWPartFrameSet.cpp')
| -rw-r--r-- | kword/KWPartFrameSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWPartFrameSet.cpp b/kword/KWPartFrameSet.cpp index d347871a8..255f084ed 100644 --- a/kword/KWPartFrameSet.cpp +++ b/kword/KWPartFrameSet.cpp @@ -360,7 +360,7 @@ KoDocument* KWDocumentChild::hitTest( const TQPoint& p, const TQWMatrix& _matrix // Only activate when it's already selected, and when not clicking on the border. // KWFrameView and the part frame policy have that logic already. - KWView* kwView = ::tqqt_cast<KWView *>( parentDocument()->hitTestView() ); + KWView* kwView = ::tqt_cast<KWView *>( parentDocument()->hitTestView() ); Q_ASSERT( kwView ); if ( kwView ) { KWFrame* frame = m_partFrameSet->frame(0); |
