summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoParagDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoParagDia.cpp')
-rw-r--r--lib/kotext/KoParagDia.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/kotext/KoParagDia.cpp b/lib/kotext/KoParagDia.cpp
index b62a148f..5e038a98 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;