diff options
Diffstat (limited to 'konqueror')
-rw-r--r-- | konqueror/konq_frame.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/konqueror/konq_frame.cpp b/konqueror/konq_frame.cpp index 7a620f0fd..d5e5d0ef5 100644 --- a/konqueror/konq_frame.cpp +++ b/konqueror/konq_frame.cpp @@ -460,11 +460,7 @@ void KonqFrame::slotLinkedViewClicked( bool mode ) void KonqFrame::paintEvent( TQPaintEvent* ) { -#ifdef USE_QT4 - #warning [INFO] Repaint call disabled in Qt4 to prevent recursive repaint (which otherwise occurs for unknown reasons) -#else // USE_QT4 m_pStatusBar->repaint(); -#endif // USE_QT4 } void KonqFrame::slotRemoveView() |