diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-25 11:21:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-29 12:16:41 +0900 |
commit | 73836b4ca5f241d070dd34ac1d9bb828e05f9544 (patch) | |
tree | 001b3935b9362f17083be2a8225e6ff42afc2019 /lib/kotext/KoParagDia.cpp | |
parent | 1607518b8c749b4195c5ab11b405f77001526a6a (diff) | |
download | koffice-73836b4c.tar.gz koffice-73836b4c.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
Diffstat (limited to 'lib/kotext/KoParagDia.cpp')
-rw-r--r-- | lib/kotext/KoParagDia.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/kotext/KoParagDia.cpp b/lib/kotext/KoParagDia.cpp index b62a148fd..5e038a98f 100644 --- a/lib/kotext/KoParagDia.cpp +++ b/lib/kotext/KoParagDia.cpp @@ -616,9 +616,7 @@ void KPagePreview2::drawContents( TQPainter* p ) } switch ( align ) { -#ifndef USE_QT4 case TQt::AlignAuto: -#endif // USE_QT4 case TQt::AlignLeft: __x = _x + 6; break; @@ -1278,9 +1276,7 @@ void KoParagAlignWidget::display( const KoParagLayout & lay ) clearAligns(); switch ( align ) { -#ifndef USE_QT4 case TQt::AlignAuto: // see KoView::setAlign -#endif // USE_QT4 case TQt::AlignLeft: rLeft->setChecked( true ); break; |