diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-06 21:16:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-06 21:16:46 +0900 |
| commit | 4afaa31411ecdf0779d48662cf78d5cdc593ec53 (patch) | |
| tree | 60538645e888a231882576e8ba10307f23c0ec7f /kword/KWPartFrameSet.cpp | |
| parent | 3a121c599732a399265a02efed9f8b60d8df7603 (diff) | |
| download | koffice-4afaa31411ecdf0779d48662cf78d5cdc593ec53.tar.gz koffice-4afaa31411ecdf0779d48662cf78d5cdc593ec53.zip | |
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kword/KWPartFrameSet.cpp')
| -rw-r--r-- | kword/KWPartFrameSet.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kword/KWPartFrameSet.cpp b/kword/KWPartFrameSet.cpp index 66f0b57ce..841e58cb7 100644 --- a/kword/KWPartFrameSet.cpp +++ b/kword/KWPartFrameSet.cpp @@ -350,13 +350,7 @@ KoDocument* KWDocumentChild::hitTest( const TQPoint& p, const TQWMatrix& _matrix return 0; } -#if KDE_IS_VERSION( 3, 4, 0 ) int keyState = tdeApp->keyboardMouseState(); -#else - int keyState = 0; - if ( tdeApp->keyboardModifiers() & TDEApplication::ControlModifier ) - keyState = TQt::ControlButton; -#endif // Only activate when it's already selected, and when not clicking on the border. // KWFrameView and the part frame policy have that logic already. |
