summaryrefslogtreecommitdiffstats
path: root/kword/KWPartFrameSet.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:19 +0900
commitb727f4b3b1957bec28a350575237b93f8f278cdb (patch)
tree798a12c2a92121c5683a7a0338fdaec289e1c7fd /kword/KWPartFrameSet.cpp
parentdcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 (diff)
downloadkoffice-b727f4b3b1957bec28a350575237b93f8f278cdb.tar.gz
koffice-b727f4b3b1957bec28a350575237b93f8f278cdb.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kword/KWPartFrameSet.cpp')
-rw-r--r--kword/KWPartFrameSet.cpp2
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);